File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes General Computing and the fly likes Pie Chart in Excel 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 » Engineering » General Computing
Reply Bookmark "Pie Chart in Excel" Watch "Pie Chart in Excel" New topic
Author

Pie Chart in Excel

Sekhar Kapoor
Greenhorn

Joined: Apr 24, 2007
Posts: 15
I have some data for some employee ( eg : emp-no, dept-no, name). I am showing the data in tabular format as well as in pie chart format. I could do that. However I need to download and save the data in an excel in tabular format as well as as a pie chart. I am able to download the data in excel. However I dont know how I get the pie chart in the excel in runtime.
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35252
    
    7
The most commonbly used libraries for creating XLS files are Apache POI and jExcelApi. I don't think POI can create charts, so you might look into jExcelApi.


Android appsImageJ pluginsJava web charts
 
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: Pie Chart in Excel
 
Similar Threads
Excel display integer instead of double
Creating pie charts
Problem in exporting output of jsp to excel file
GIF encoding in JSP
Problem in Excel Format of Jasper Report