I need to create excel sheet from my Java code which contains charts like Bar chart, Line Chart etc using the Apache POI library. Is it possible? I am not able to find any u
Is there any other alternative for this apart from POI library for Java?
There are a few other libraries too, but I'm not sure if the can write such a thing like a chart.
If you can use the newer Office versions (the ones that use the XML based format files), than you could use a different approach:
I know that the above steps look a little complicated, but if you don't have too complicated Excel files, it should be easier than it looks.