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

KeySummaryCategory
CELLSJAVA-44890support import file with openpassword for GridWebNew Feature
CELLSJAVA-44884List numbers are incorrect after XLSX to HTML or PDF conversionBug
CELLSJAVA-44883Workbook containing pivot table gets corrupted after processing pivot table in itBug
CELLSJAVA-44879The formatted result for GridWeb was different from Cell.DisplayStringValueBug
CELLSJAVA-44327Borders and fewer lines shown in black and white pie slices in chart to image renderingBug
CELLSJAVA-44853The data on the x-axis angle is not the same as Excel in chart to image renderingBug
CELLSJAVA-44854The data on the y-axis step is not the same as Excel in chart to image renderingBug
CELLSJAVA-44904Issues when rendering Excel charts to JPG conversionBug
CELLSJAVA-44850Importing an XLT file, the text is not displayed completely using latest demos with latest Aspose.Cells.GridWeb version with latest resource filesBug
CELLSJAVA-44857When using the Aspose.Cells.GridWeb for Java v22.8 version with latest resource files to open an Excel document, the effect of the cells is different from the original documentBug
CELLSJAVA-44903SVG rendition not working as expectedBug
CELLSJAVA-44909When multiple lines are bolded, it seems to be overflowing to the other lines unnecessarilyBug
CELLSJAVA-44898Reading from GZIPInputStream sometimes throws bogus “File is corrupted” error in 22.7 and newer versionsException
CELLSJAVA-44881Exception “java.lang.ArrayIndexOutOfBoundsException: 15070” on loading an XLS fileException

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.

Changed the limit of moving cells out of the sheet for inserting rows

In old versions, if there are cells that have formatting settings but has no value?and will be moved out of the sheet, insert operation is not allowed. From 22.10, insert operation is allowed for such kind of situation and such behavior is same with ms excel now.

Adds DataModelConnection class

Specifies a data model connection.

Adds Chart.ChangeTemplate(byte[]) methods

Change chart type with preset template file.

Adds ChartCollection.Add(byte[] data, string dataRange, bool isVertical, int topRow, int leftColumn,int rightRow, int bottomColumn) method.

Adds chart with preset template file.