Export JSP page's content to an Excel Spread Sheet
Lakhdar Sahraoui
Greenhorn
Joined: Apr 13, 2007
Posts: 2
posted
0
Hello there,
I have a JSP page, its content is about a table of data and I want to export that content into an excel spread sheet. Can anyone, give me some ideas on how to accomplish that.
Thanks,
Lakhdar.
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35253
7
posted
0
Welcome to JavaRanch.
A number of libraries are available that can create CSV or XLS files; see this page for links. Unless you have advanced needs, creating a CSV is probably the fastest way to get it done.