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
posted
0
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.