I want to create an excel sheet using Google App Engine in python.
my application datastore contains the data of company details like
name, business, website,..etc.,.
i want to put those details in an excel sheet, is it possible to generate excel file in Google App Engine using python.
can anybody help me!
You can't write to the filesystem in App Engine, so pyexcelerator's save function obviously won't work.
You'll want to take the data pyexcelerator's generating, and instead of writing it to a file either save it as a blob in the Datastore or return it directly to the user's browser.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With