How can i store excel file created using pyExcelerator as input for db.BlobProperty()
问题 How can i store excel file created using pyExcelerator as input for db.BlobProperty() ? Actally what i need is that Using taskqueue program will create a excel file and store it in the datastore. And will send a link to the users to download the file. How do i do this ? Please help me Datamodel: class filestore(db.Model): stock_file = db.BlobProperty() Python code for storing the excel file in datastore from pyExcelerator import * class MainHandler(webapp.RequestHandler): def get(self): w =