Hii
How can I output an Excel work book with multiple sheets in it from Servlet or JSP
Thankx
Shoj
-
Excel work book (3 messages)
- Posted by: Shoj mr
- Posted on: March 30 2004 10:47 EST
Threaded Messages (3)
- Excel work book by Lauro Canonica on March 30 2004 13:40 EST
- Excel work book by Sanjaya Ganesh on March 30 2004 22:13 EST
- Excel work book by Shoj mr on March 31 2004 04:27 EST
-
Excel work book[ Go to top ]
- Posted by: Lauro Canonica
- Posted on: March 30 2004 13:40 EST
- in response to Shoj mr
use the great Jexcel API:
Java Excel API is a mature, open source java API enabling developers to read, write, and modifiy Excel spreadsheets dynamically. Now java developers can read Excel spreadsheets, modify them with a convenient and simple API, and write the changes to any output stream (e.g. disk, HTTP, database, or any socket).
http://jexcelapi.sourceforge.net/
Lauro
http://www.nelcom.ch (J2EE in Ticino, Switzerland) -
Excel work book[ Go to top ]
- Posted by: Sanjaya Ganesh
- Posted on: March 30 2004 22:13 EST
- in response to Shoj mr
Hii How can I output an Excel work book with multiple sheets in it from Servlet or JSPThankxShoj
Apache Jakarta POI project is the ultimate answer. Even 10 lines of code can do magic with Apache POI. Sorry if I sound biased, but I was thrilled when I used it.
-Sanjay -
Excel work book[ Go to top ]
- Posted by: Shoj mr
- Posted on: March 31 2004 04:27 EST
- in response to Sanjaya Ganesh
Thanx Guys
Shoj