Hello, I'm trying to get the Charts of a sheet in Office 2007 with poi 3.7 final, but I can´t. Is it possible?
In office 2003 is easy: HSSFChart[] listChart = HSSFChart.getSheetCharts(sheet); The type XSSFChart don´t exist, which is the equivalent? Best Regards and thank you --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
