| Author |
how to write servlet output to a spreadsheet (like EXCEL) style file ?
|
steve francisco
Ranch Hand
Joined: Jan 26, 2005
Posts: 46
|
|
I want to have a servlet generate a spreadsheet style document (like EXCEL file) for user to download. But I don't like the simple .csv file format. What should I do ? Any suggestion ? Thanks, steve
|
 |
Jeanne Boyarsky
internet detective
Marshal
Joined: May 26, 2003
Posts: 26489
|
|
Steve, Take a look at Apache's POI/HSSF project. It is an API that lets you apply formatting and more complex settings in Excel through Java.
|
[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
|
 |
 |
|
|
subject: how to write servlet output to a spreadsheet (like EXCEL) style file ?
|
|
|