Browse our Products

Aspose.Cells for JavaScript via C++ 25.8 Release Notes

KeySummaryCategory
CELLSNET-54523Support for EXPAND formulaNew Feature
CELLSNET-58806Support COT/COTH functionNew Feature
CELLSNET-58809Support REDUCE functionNew Feature
CELLSNET-55776Support font Variation Selectors while converting to pdfNew Feature
CELLSNET-58803Preserve freezed top rows when converting worksheet to HTMLNew Feature
CELLSNET-58755Support “if” parameter of smart markerEnhancement
CELLSNET-58756Support Variables in formula smart markerEnhancement
CELLSNET-58724Auto adjust width for textbox according its textBug
CELLSNET-58741Shape has lost some text when converting excel to pdfBug
CELLSNET-58774Excel crashes when opening the Excel file (generated by Aspose.Cells) containing free form shapeBug
CELLSNET-58274The row hidden status is incorrect after the filter operation in MemoryPreference modeBug
CELLSNET-58413NullReferenceException occurred when using LightCellsDataProvider with XlsSaveOptionsBug
CELLSNET-58497Aspose.Cells is incorrectly determining formula spill rangeBug
CELLSNET-58620Extra single quotes were added to the formula when saving xlsb to xlsmBug
CELLSNET-58684Array formulas are not fully calculatedBug
CELLSNET-58758Change default behavior of calculating AND/OR function with string parametersBug
CELLSNET-58760Table references with “@” was not calculated correctlyBug
CELLSNET-58761Excel hyperlinks break when copying rowsBug
CELLSNET-58775Calculated result of range for IFS function is incorrectBug
CELLSNET-58781Lambda functions not calculating properlyBug
CELLSNET-58791XLSM to PDF: Formulas not converted correctlyBug
CELLSNET-58792Incorrect workbook (formula) calculation when EnableCalculationChain = trueBug
CELLSNET-58804The AbstractCalculationEngine paramters sometimes reference incorrect valuesBug
CELLSNET-58719Incorrect formula processing for TOCOL and nested array multiplier with true of scan_by_columnBug
CELLSNET-58821SCAN function was not calculated correctlyBug
CELLSNET-58799DataLabels is not wrapped in TreeMap chart.Bug
CELLSNET-58826Chart labels are rendered incorrectly when converting to imageBug
CELLSNET-58850Image looks slightly different than in Excel after renderingBug
CELLSNET-52349The characters specified in the Variation Selectors are garbled when rendering to PDFBug
CELLSNET-53681Texts using IPAmj Mincho fonts show error when converting file to pdfBug
CELLSNET-55590Issue with Kanji Character Conversion from XLSX to PDFBug
CELLSNET-58372Text data displays garbled characters when converting file to pdfBug
CELLSNET-58505Some chars are garbled in Excel to PDF conversionBug
CELLSNET-58846Text is corrupted while converting to pdf with CJK edit language optionBug
CELLSNET-58687Unexpected reference after processing json smart martmarker.Bug
CELLSNET-58731Invalid vertical alignment of xlsbBug
CELLSNET-58743Outline levels not copying correctly with multiple source rangesBug
CELLSNET-58744Invalid ValidationAlertType string valBug
CELLSNET-58749Invalid referred array formulas when table was removedBug
CELLSNET-58753Duplicate named style when reading styles from xlsbBug
CELLSNET-58848Pivot tables with filters and without rows and columns lose formatting upon being refreshedBug
CELLSNET-58765Exception “Object reference not set to an instance of an object” when merging named styles of workbooksException
CELLSNET-58766Exception “Object reference not set to an instance of an object” when saving as odsException
CELLSNET-58772OverflowException(Arithmetic operation resulted in an overflow) occurs when opening xlsx 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 C++. If you have concerns about any change listed, please raise it on the Aspose.Cells support forum.

Adds enum ShapePathPointValueType.

Specifies the value type of ShapePathPoint object.

Adds MarkdownLoadOptions class.

Represents the options for loading markdown document.

Adds and deprecates some methods in ShapePathPoint class.

Add:

Specifies the value type(position coordinate or angle marker) of the current object.

When the object is a position coordinate, get or set the x/y coordinate in pixels.

When the object is an angle marker, get or set the first/second angle in degrees.

Deprecate:

Please use ShapePathPoint.XPixel/YPixel or XAngle/YAngle instead in unit of pixel/degree accordingly.

Obsoletes one method in ShapePathPointCollection class.

Please use the MoveTo, LineTo, CubicBezierTo and ArcTo methods of ShapePath instead.

Adds one method in WorkbookSettings class.

Gets the default settings for smart tags.

Adds two methods in PasteOptions class.

Indicates whether to keep tables in the destination range.

Adds enum ChartColorPaletteType.

Enumerates all Monochromatic Palettes used in Excel chart.

Adds one method in SeriesCollection class.

Set Monochromatic Palette for chart series.