These two are related. I want to provide an interface where the user can upload a excel file and I want to parse it using open_workbook (xlrd). So an answer to any of the two questions will solve my problem :)
1) Does google app engine allow uploading a file into the directory ? I do not want to store data in a blob. I want to upload the file into my directory. This is because I want to open it as a file later. 2) Assuming I cannot do 1. I can provide a php upload of file on some other server. On app engine, I will ask the user to provide the filename and urlfetch will get the file. But open_workbook expects a file name. How do I use xlrd with a data buffer or a blob. Thanks for reading ! -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
