how to create an excel file in google app engine (java)?
Posted
by Joseph
on Stack Overflow
See other posts from Stack Overflow
or by Joseph
Published on 2010-03-11T04:00:03Z
Indexed on
2010/03/30
21:53 UTC
Read the original article
Hit count: 333
A question that seems to have quite a few options for Python, but none for Java after googling for two days. Really really could use some help all I have found so far is a recommendation to use gaeVFS to build an excel file from the xml components and then zip it all together which sounds like a slap in the face. Oh yes and if you were wondering I am questioning my use of Java rather than python but at 5,000 lines of code it would be insane to turn back now...
Other things you might find useful
- Client: GWT
- Server: Servlets running on google app engine storing data into the google data store
- Excel file: mandatory, CSV isn't good enough, no need to save the file just to be able to "serve" it to the client i.e. open a "Save As" box.
© Stack Overflow or respective owner