This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Other Open Source Projects and the fly likes How to convert reports from web page to excel sheet Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Products » Other Open Source Projects
Reply Bookmark "How to convert reports from web page to excel sheet" Watch "How to convert reports from web page to excel sheet" New topic
Author

How to convert reports from web page to excel sheet

Kedar Wani
Greenhorn

Joined: Dec 25, 2008
Posts: 7
I am trying to convert the reports generated in web browser to excel sheet can any one help me for the same also i want to generate bar charts from that data,is it possible to do the same.


Regards,
Kedar Wani
Bauke Scholtz
Ranch Hand

Joined: Oct 08, 2006
Posts: 2458
For the Excel part, check the Apache POI HSSF/XSSF API or the JExcelAPI.
For the graph part, check the JFreeChart API.


Code depot of a Java EE / JSF developer | JSF / Eclipse / Tomcat kickoff tutorial | DAO kickoff tutorial | I ♥ Unicode
Kedar Wani
Greenhorn

Joined: Dec 25, 2008
Posts: 7
Thanks for the help
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: How to convert reports from web page to excel sheet
 
Similar Threads
Export Excel Sheet
How do i call excel sheet into my jsp for report generation
POI invocation target exception
can we export the data from jsp page to a excel sheet with out a database hit
create, read and write ms excel through j2ee( jsp, ejb, servlets)