Hello everyone,
I’m trying to pull an excel that I created with xslxwriter and openpyxl from my app
I’ve copy and paste code that is working in different Python IDE and I think it’s working in my app too because I don’t have any error.
But my problem here is that I don’t know how to find the created excel file and so download it.
First, if there is a file section somewhere how can we access it ?
And second, does anyone know the syntax of the created excel file so I can put it into a data table to make it downloadable for users.
PS: My excel file has some formatting tables and some graphs so I can’t juste use pd.to_excel
Thanks all,
Have a good day