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

KeySummaryCategory
CELLSJAVA-43438Fill <Application> tag in XLSXEnhancement
CELLSJAVA-45119When reading into 03 format excel, the ‘FillType’ of the straight line is not processedEnhancement
CELLSJAVA-45128Horizontal flip seems to be missing when reading arrow linesEnhancement
CELLSJAVA-45061XLS to HTML: Image stretchedBug
CELLSJAVA-45062XLS to HTML: Arrow shiftingBug
CELLSJAVA-45085Diagram scattered issue in Excel to PDF renderingBug
CELLSJAVA-45118Incomplete shape display after rotation when save to pdfBug
CELLSJAVA-45078SUM AVERAGE calculation #VALUE!Bug
CELLSJAVA-45088Displayed result is incorrect for resultant html when cell value is string with custom formatBug
CELLSJAVA-45094Global named ranges with references like =!$K$23 break in the new versionBug
CELLSJAVA-45115Method deleteRows is causing incorrect formattingBug
CELLSJAVA-45077The saved file reports an error when upload and open in Onedrive diskBug
CELLSJAVA-45109An Exception is thrown when converting chart to imageBug
CELLSJAVA-45112Render special Major Gridline for Radar ChartBug
CELLSJAVA-45103Colored pictures inserted in excel become black when converted to pdfBug
CELLSJAVA-45155Center Across text is cut off if it is in the last column when converting to pdfBug
CELLSJAVA-45160HTML to EXCEL convert failed with error Invalid #Bug
CELLSJAVA-45079Custom Number Format with Trailing Dots is ignored when exporting to HTMLBug
CELLSJAVA-45084Font changed in the re-saved xls fileBug
CELLSJAVA-45106The result file is abnormal when converting excel to htmlBug
CELLSJAVA-45117Shape rotate error when save to htmlBug
CELLSJAVA-45123Arc shape should be flipped Horizontally of Excel 95Bug
CELLSJAVA-45132Support pattern fill of shape in the Excel95/5.0Bug
CELLSJAVA-45147Some text in the last column are cut off when saving file to htmlBug
CELLSJAVA-45148Merged areas lost after saving as htmlBug
CELLSJAVA-45087The border is displayed on the text for the chart title in Excel to PDF renderingBug

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.

Adds ChartTextFrame.IsAutomaticRotation property

Indicates whether the text of the chart is automatically rotated.

Obsoletes JsonLayoutOptions.IgnoreObjectTitle and JsonLayoutOptions.IgnoreArrayTitle properties

Please use JsonLayoutOptions.IgnoreTitle property instead.

Adds JsonLayoutOptions.IgnoreTitle property

Ingores titles of Json attributes when converting json to Excel.

Adds Style.ToJson() method

Converts style of Excel files to json file

Adds Cell.ToJson() method

Converts a cell of cells to json file.