Browse our Products

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

KeySummaryCategory
CELLSJAVA-45918After the same line of text is rendered, part of the text is offset downwardsBug
CELLSJAVA-45922Partial data of embedded Word object is not displayed when saving file to pdfBug
CELLSJAVA-45953Issue with calculating WORKDAY formula with Holidays referencesBug
CELLSJAVA-45961TEXTBEFORE and TEXTAFTER formulas cause exception in Workbook.calculateFormulaBug
CELLSJAVA-45919Intervals of X-axis tickmarks changed in the rendered image for ChartBug
CELLSJAVA-45949The Equation of Trendline in Chart are missing when saving file to pdfBug
CELLSJAVA-45972Gridline is too thicker when rendering to imageBug
CELLSJAVA-45957Problem with font-family extracting HTML from XLSXBug
CELLSJAVA-45944Support exporting Forms as ControlsBug
CELLSJAVA-45945Support getting original height of a hidden row in pixelsBug
CELLSNODEJSJAVA-62The font used in Shape text does not take effect when converting the file to PDFBug

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 the returned value of FileFormatUtil.LoadFormatToExtension(LoadFormat.TabDelimited).

In old versions, we returned “txt” for tab delimited text file. From 24.5, we return the most specific extension of “tsv” for it.

Adds properties ReferredArea.IsEntireRow/IsEntireColumn.

Indicates whether the area reference is entire row or column.

Adds properties DefaultStyleSettings.BuiltInPreference and WorkbookSettings.DefaultStyleSettings.

Indicates which property should be used to format values when the used style defines both built-in number and custom pattern.

Adds HtmlSaveOptions.AddGenericFont property.

Indicates whether to add a generic font to CSS font-family when saving file to html.

Adds HtmlSaveOptions.IsBorderCollapsed property.

Indicates whether the table borders are collapsed when saving file to html.

Adds Range.UnionRanges() method and obsoletes Range.UnionRang() method.

Uses Range.UnionRanges() method instead.

Adds Range.Transpose() method.

Transposes the row to column of the range.

Adds AdvancedFilter class.

Represents the settings of advanced filter.

Adds Worksheet.GetAdvancedFilter(Int32,Boolean,CellsUnitType) method.

Gets the settings of advanced filter.

Add CellsUnitType enum.

Represents the unit type.

Adds Cells.GetRowHeight(Int32,Boolean,CellsUnitType) method and obsoletes Cells.GetRowOriginalHeightPoint() method.

Gets the height of the row in unit of type.

Adds GetColumnWidth(Int32,Boolean,CellsUnitType) method.

Gets the width of the column in unit of type.

Obsolets Cells.GetColumnOriginalWidthPoint(Int32), GetColumnWidthPixel(Int32,Boolean) and GetColumnWidthInch(Int32) methods.

Uses Cells.GetColumnWidth(Int32,Boolean,CellsUnitType) method instead.