Browse our Products

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

KeySummaryCategory
CELLSJAVA-43064Provide option to optimize SVG imagesEnhancement
CELLSJAVA-45455Upgrade depended bouncycastle to v1.68Enhancement
CELLSJAVA-45414Get track changes or revisions of Excel file into PDFEnhancement
CELLSJAVA-45427Support highlingting cells of track change or revision of excel on screenEnhancement
CELLSJAVA-45438Support reading and writing setting of duotone affectEnhancement
CELLSJAVA-45402Header row getting included in sorting after applying subtotal and getting wrong resultsBug
CELLSJAVA-45422The calculation result of the FILTER function is incorrectBug
CELLSJAVA-45420Cells text is not center aligned vertically in the generated Emf imageBug
CELLSJAVA-45368Missing part of cell border when converting to HTMLBug
CELLSJAVA-45400Graphic position error converting file to HTMLBug
CELLSJAVA-45386The newly created PivotTable cannot be copied correctly when copying the worksheetBug
CELLSJAVA-45393Support setting style of list column of the tableBug
CELLSJAVA-45417The picture changed in Excel to HTML/image conversionBug
CELLSJAVA-45428Threaded comments converted to normal comments and are aligned in the same positionBug
CELLSJAVA-45437Merging workbooks causes image color lossBug
CELLSJAVA-45406Waterfall chart X-Axis labels are cut off in the output image from copied workbookBug
CELLSJAVA-45451OutOfMemoryError occurred while converting xls to xlsxException
CELLSJAVA-45424Cell.setHtmlString() throws ArrayIndexOutOfBoundsExceptionException
CELLSJAVA-45392An exception is thrown when removing data field from the pivot table.Exception
CELLSNODEJSJAVA-44Text box content is blurry when converting file to PDFBug
CELLSNODEJSJAVA-46Cell text is cut off and wrapped incorrectly while converting workbook to PDFBug
CELLSNODEJSJAVA-47Date formatting is not implementing on all columns in Aspose.CellsBug

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.

Changes behavior of Cells.DeleteBlankRows() method

In old versions, we did not take a row as blank if it intersects some merged cells so it will not be deleted. From 23.6, if one row intersects some merged cells only and has no cell data or other related objects, it will be taken as blank and will be deleted.

Changes behavior of constructing save options with mismatched save format

For constructing specific save options with save format, sometimes user may provide unmatched format as the parameter. In old version the unmatched format may be accepted directly, this may cause ambiguities and even unexpected result. From 23.6, we reset the unmatched save format to a default one which matches the specific save options. Those influenced save options and default format are: OoxmlSaveOptions-xlsx, HtmlSaveOptions-html, OdsSaveOptions-ods, XlsSaveOptions-xls.

Adds RowCollection.iterator(bool reversed, bool sync) method

Provides user the ability of traversing Row objects in the collection in reversed order.

Obsoletes XlsSaveOptions.IsTemplate method

For template file, please create save options by XlsSaveOptions(SaveFormat.Xlt). Otherwise create it by XlsSaveOptions().

Adds ListColumn.GetDataStyle() and ListColumn.GetDataStyle() methods.

Gets and sets the style of the column in the table.

Adds ListObject.PutCellFormula(int,int,string,bool) method.

Sets the formula to table.

Adds RevisionLogCollection.HighlightChanges() method and HighlightChangesOptions class.

Exports and highlights all revision logs to a new worksheet.

Adds FileFormatType.GZip enum.

It’s used to detect whether the file is GZip file.


 
 English