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

KeySummaryCategory
CELLSJAVA-43844An enhancement needed for Accounting numbers formatEnhancement
CELLSJAVA-43953Render specific text/part “Cell” and “Comment” to be translated into Japanese in Excel to PDF conversionEnhancement
CELLSJAVA-43935Shape text font size issue while saving and loading XLS fileBug
CELLSJAVA-43952Temporary license Expiration issueBug
CELLSJAVA-43954XLSX to PDF: Image causes an exception “java.lang.OutOfMemoryError: Java heap space”Bug
CELLSJAVA-43902Some borders of Excel converted to HTML are redundantBug
CELLSJAVA-43933When exporting to HTML with only one data, the conditional format is different from ExcelBug
CELLSJAVA-43878Incorrect position of Excel cluster bar chart data labelsBug
CELLSJAVA-43895Line shape and other chart shapes are not rendered correctly when converting XLS to XLSXBug
CELLSJAVA-43932Issue with setting data labels position for Exploded Donut Charts in the output imageBug
CELLSJAVA-43934The Pie chart labels not matched with Excel after manipulating or updating chartBug
CELLSJAVA-43519Merged cells included in hidden rows or columns produce an uneven HTML tableBug
CELLSJAVA-43962The effect is inconsistent after the conditional format in excel is converted to HTMLBug
CELLSJAVA-43969A Name with COUNTIF function and external reference produces a NullPointerExceptionException
CELLSJAVA-43903java.lang.NumberFormatException: For input string when rendering Excel file to HTMLException

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 enum CellValueFormatStrategy.DisplayString.

With this strategy, Cell.GetStringValue(CellValueFormatStrategy) will take the limit of column width into account when formatting cell’s values with the display style. If the formatted result exceeds the available width, one or more “#” may be returned, just like what ms excel shows for such kind of cells.

Adds WorksheetCollection.ActiveSheetName property.

Gets and sets the active sheet name of the workbook.

Adds JsonLoadOptions and JsonSaveOptions classes.

Represents the options of loading or saving the files.

Adds ImageSaveOptions.StreamProvider property.

Provide the streams if there are two or more pages.

Adds LoadFormat.Image and LoadFormat.Json enum.

Represents the image and json type.

Adds SaveFormat.Bmp, SaveFormat.Emf,SaveFormat.Gif,SaveFormat.Jpg,SaveFormat.Json and SaveFormat.Png enum

New supported save formats.

Adds FileFormatType.Emf,FileFormatType.Gif,FileFormatType.Jpg,FileFormatType.Json,FileFormatType.Png,FileFormatType.Wmf enum

New supported file format types.