Aspose.Cells for Node.js via Java 22.2 Release Notes

KeySummaryCategory
CELLSJAVA-44317The text in this xlsx is garbledEnhancement
CELLSJAVA-44271When converting Excel to PDF, the output position shifts compared to the case of manual conversionBug
CELLSJAVA-44197When converting XLSX to PDF, the pivot table timeline shape (window) is not displayedBug
CELLSJAVA-44267Workbook containing a pivot table becomes corruptedBug
CELLSJAVA-44114XLSX to PDF: Data in Scientific number format from the XLSX file doesn’t match with the data in the output PDF fileBug
CELLSJAVA-44293Resaved Excel file needs to be recovered when opening it into MS ExcelBug
CELLSJAVA-43194Images shown incorrectlyBug
CELLSJAVA-44243GridWeb spring demo save file failed in jdk1.8Bug
CELLSJAVA-44276row header height mismatch with row content after edit cell for the file 249.xlsBug
CELLSJAVA-44284raise out of memory exception for the file bug.xlsxBug
CELLSJAVA-44229Formula is lost when td content is wrapped by div tagBug
CELLSJAVA-44247Single line text is wrapped while converting to pdfBug
CELLSJAVA-44175issue with overlapping Donut Chart LabelsBug
CELLSJAVA-44192Category axis item name in the graph is cut off in Excel to PDF conversionBug
CELLSJAVA-44233Infinite loop when converting XLSX fileBug
CELLSJAVA-44263Setting direction of chart label text to vertical doesn’t take effectBug
CELLSJAVA-44268Exception “java.lang.NullPointerException” on Chart.toPdf methodBug
CELLSJAVA-44302The text direction of coordinate axis is wrong after Excel file is converted to HTMLBug
CELLSJAVA-44314Wrong chart category axis labels in Chart to image renderingBug
CELLSJAVA-44274Is SVG format supported for reading or rendering to PDFBug
CELLSJAVA-44311Exception “java.lang.OutOfMemoryError: Java heap space” when rendering to HTML file formatException
CELLSJAVA-44285Exception “java.lang.ClassCastException: com.aspose.cells.n2f cannot be cast to com.aspose.cells.o90” when calling Workbook.calculateFormula()Exception

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.

Obsoletes Cells.AddAddInFunction() method.

Please use WorksheetCollection.RegisterAddInFunction() methods instead.

Adds NameCollection.Filter() method and NameScopeType enum.

Gets the defined names by scope.

Adds MsoDrawingType.Timeline enum.

Represents Timeline drawing objects type.