Also, in your servlet you may generate excel file by  configuring response
obj


response.setContentType("application/CSV");


set "Content-Disposition", "attachment; "yourfile.csv");


have response.getWriter().println( "write your output with delimiters
here");


Your file will be formatted fine in both Excel and Google Excel.



On Fri, Nov 19, 2010 at 12:05 AM, Meetu Maltiar <[email protected]>wrote:

> Hi,
>
> You can use java excel API's. It works for us. Maybe you can have a look at
> my blog
> http://thoughts.inphina.com/2010/09/08/generating-excel-files-on-google-app-engine-for-a-wicket-application/
>
> Regards | Meetu Maltiar
>
>
> On Fri, Nov 19, 2010 at 9:44 AM, Didier Durand <[email protected]>wrote:
>
>> HI,
>>
>> One way is to go indirectly via Google Docs Spreadsheet and its API
>> See http://code.google.com/apis/spreadsheets/
>>
>> didier
>>
>> On Nov 19, 4:35 am, Rodel Ocampo <[email protected]> wrote:
>> > Hi Guys. I'm new in developing system in gaej. How will i generate an
>> > excel sheet in my jsp file in google appengine java? I'm using eclipse.
>> > thanks in advance.
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Google App Engine for Java" group.
>> To post to this group, send email to
>> [email protected].
>> To unsubscribe from this group, send email to
>> [email protected]<google-appengine-java%[email protected]>
>> .
>> For more options, visit this group at
>> http://groups.google.com/group/google-appengine-java?hl=en.
>>
>>
>
>
> --
> Meetu Maltiar,
> Mobile-09717005168
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine for Java" group.
> To post to this group, send email to
> [email protected].
> To unsubscribe from this group, send email to
> [email protected]<google-appengine-java%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/google-appengine-java?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" 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-java?hl=en.

Reply via email to