Aspose.Cells for Java 19.7 Release Notes

KeySummaryCategory
CELLSJAVA-42861Could not get the alternative text of the shape in ODS file formatBug
CELLSJAVA-42929Graph title changes on XLSX to PDF conversionBug
CELLSJAVA-42933Graphics color changes while converting Excel file to PDFBug
CELLSJAVA-42946Wrong rendering of Stacked bar chart with series to PDFBug
CELLSJAVA-42942Pages printed on worksheet level and not on workbook levelBug
CELLSJAVA-42952Wrong indentation from the top of the cell in some wordsBug
CELLSJAVA-42902Waterfall chart style is not copied properly while copying workbookBug
CELLSJAVA-42939Warning raised by Excel if we only call Workbook.getVbaProject() for a workbookBug
CELLSJAVA-42940Security warning after removing all the VBA module scriptsBug
CELLSJAVA-42955Opening VBAProject corrupts the workbookBug
CELLSJAVA-42945Save as HTML throws exception if ExportImagesAsBase64 is setException
CELLSJAVA-42953NullPointerException when converting XLS files to HTMLException
CELLSJAVA-42951java.lang.NullPointerException thrown by comment.setHtmlNote()Exception
CELLSJAVA-42954Exception raised while loading and saving the XLSXException
CELLSJAVA-42957Invalid FontUnderlineType value is thrown when saving XLSXException

Public API and Backwards Incompatible Changes

The following is a list of any changes made to the public API such as added, renamed, removed or deprecated members as well as any non-backward compatible change made to Aspose.Cells for Java. If you have concerns about any change listed, please raise it on the Aspose.Cells support forum.

Upgrades the referenced BouncyCastle library to 1.60

The enclosed BouncyCastle library in the release archive has been upgraded to 1.60 version. However, Aspose.Cells is compatible with old versions too, so the user can still use the old versions such as 1.46.

Obsoletes HTMLLoadOptions class and adds HtmlLoadOptions class

Use HtmlLoadOptions class instead.

Obsoletes ODSLoadOptions class and adds OdsLoadOptions class

Use OdsLoadOptions class instead.

Obsoletes JSONUtility class and adds JsonUtilityclass

Use JsonUtilityclass class instead.

Adds interface IPageSavingCallback

Control/Indicate progress of page saving process.

Adds class PageSavingArgs

Info for a page saving process.

Adds class PageStartSavingArgs

Info for a page starts saving process.

Adds class PageEndSavingArgs

Info for a page ends saving process.

Adds PdfSaveOptions.PageSavingCallback property

Control/Indicate progress of page saving process.