Hello,
I’m trying to save a line chart as an image, but during the process, the chart lines are getting lost. Is this a bug in Aspose?
Workbook Workbook = new Workbook(new FileInputStream("C:\\lines.xlsx"));
Chart char…... Workbook workbook = new Workbook(new FileInputStream("C:\\lines...es.xlsx")); Chart chart = workbook.getWorksheets().get(0).getCharts()...