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!