Chart some

Workbook workbook = new Workbook("C:/22244.xlsx");
ByteArrayOutputStream b = new ByteArrayOutputStream();
workbook.save(b, SaveFormat.XLSX);
workbook = new Workbook(new ByteArrayInputStream(b.toByteArray()));
HtmlSaveOptions options = new HtmlSaveOptions();
options.setExportActiveWorksheetOnly(true);

options.setHiddenColDisplayType(HtmlHiddenColDisplayType.HIDDEN);
options.setHiddenRowDisplayType(HtmlHiddenRowDisplayType.HIDDEN);

ImageOrPrintOptions imgOptions = options.getImageOptions();
imgOptions.setSaveFormat(SaveFormat.SVG);
imgOptions.setImageFormat(ImageFormat.getIcon());
workbook.save("C:/22244.html", options);



Chart bar is wrong

Hi Xiong,


Thank you for sharing the samples. I have raised this incident as CELLSJAVA-42065 in our bug tracking system for further investigation & correction. Please spare us little time for proper analysis. In the meanwhile, we will keep you posted with updates in this regard.

Hi,


Please try our latest version/fix: Aspose.Cells for Java v16.12.3

Your issue should be fixed in it as I tested it a bit.

Let us know your feedback.

Thank you.

The issues you have found earlier (filed as CELLSJAVA-42065) have been fixed in this update.


This message was posted using Notification2Forum from Downloads module by Aspose Notifier.

The issues you have found earlier (filed as ) have been fixed in this update. This message was posted using BugNotificationTool from Downloads module by MuzammilKhan