Hello,
I need to read charts from Excel files. I do not need to make any
changes to the charts, I just want to read the information out of the
Excel file.
How far is this possible with POI? I tried to write code that searches
an Excel file, but I don't know how to find the chart. Which method do I
have to use?
I searched the forums and the internet and heard that there is greater
support for .xlsx files (OOXML format from Excel 2007 onwards), but less
support for the older .xls file format.
Are there any code examples on how to read a chart from Excel, whether
from .xlsx or .xls? I would be very greatful.
Thanks in advance,
Christian