Browse our Products

Aspose.Cells for Node.js via C++ 25.2 Release Notes

KeySummaryCategory
CELLSCPP-1144Constructing a Vector from an Object array pointer and length causes duplicate object destruction errorBug
CELLSNET-57610Support to calculate INDIRECT with ref text of defined name with “#”New Feature
CELLSNET-57638Provide all sheet names for reference which references to multiple worksheet in the formulaNew Feature
CELLSNET-57767Support to set richtext to cell when saving workbook with LightCellsNew Feature
CELLSNET-57752Provide async APIs for time-consumed operations of loading, saving, formula calculationNew Feature
CELLSNET-57651Support reading dif format fileNew Feature
CELLSNET-57652Support reading and writing dbf (dBase) format fileNew Feature
CELLSNET-57653Support WPS Compatible embedded imageNew Feature
CELLSNET-57744Support keeping the comment of the query formulaEnhancement
CELLSNET-57749Enhance applying rules of pivot table conditional formatEnhancement
CELLSNET-57766Data source of Web Pivot was returned with https instead of what is stored in the fileEnhancement
CELLSNET-57616Position of bentConnector shape is incorrectBug
CELLSNET-57706Text on shape displaced when converted to ImageBug
CELLSNET-57748The program gets stuck when converting file to pdfBug
CELLSNET-57797Incorrect text position in curved arrowBug
CELLSNET-57536Data table not calculating correctly after calling CalculateFormula methodBug
CELLSNET-57594CalulateFormula causes “#VALUE!” error which is not seen in MS ExcelBug
CELLSNET-57611Criteria for range data in array formula was not calculated correctlyBug
CELLSNET-57641CELL function gave different value from ms excel when the “reference” parameter has not been specifiedBug
CELLSNET-57728NullReferenceException at Workbook.CalculateFormula() methodBug
CELLSNET-57732XLookup formulas are not calculating correctlyBug
CELLSNET-57736Rank formula showing #VALUE when a non-consecutive ref range is usedBug
CELLSNET-57754HTML rich text containing bullets or next line not working with LightCellDataProvider in the output Excel fileBug
CELLSNET-57799Incorrect data validation rule value for large numberBug
CELLSNET-57546Chart’s alignment and gridlines issueBug
CELLSNET-57614Optimize the display position of datalabels in chartBug
CELLSNET-57659Optimize the axis line color of the x-axis and y-axisBug
CELLSNET-57683Fix the color of the PlotArea border for chart to imageBug
CELLSNET-57694Callouts in chart are misaligned when converting Chart to imageBug
CELLSNET-57709Rectangles inside chart are not positioned correctly in SVGBug
CELLSNET-57730Y-axis labels alignment is wrong when it is more than one line while converting chart to pngBug
CELLSNET-57769Data label has line break error when converting chart to imageBug
CELLSNET-57666Aspose.Cells 25.1.1 doesn’t work on AlmaLinux/Redhat Enterprise 8.10Bug
CELLSNET-57755Double underline is not doubled (Excel to XPS conversion)Bug
CELLSNET-57756Words are not superscripted in Excel to XPS conversionBug
CELLSNET-57757Appearance differs depending on the pattern in Excel to XPS conversionBug
CELLSNET-57707Invalid vertical alignment of text in converted htmlBug
CELLSNET-57739Incorrect function type and items for PowerQueryBug
CELLSNET-57743Conditional format was applied to unexcepted fieldBug
CELLSNET-57747Saving XLSX creates corrupted file in ExcelBug
CELLSNET-57750Placing the picture is disorienting the Excel fileBug
CELLSNET-57751Unable to generate the PDF from Xlsx fileBug
CELLSNET-57753Power Queries lost after saving WorkbookBug
CELLSNET-57721Custom function defined in Name with LAMBDA caused Exception when skipping calculation by custom calculation engineException
CELLSNET-57798Exception “Index was outside the bounds of the array” when saving the Excel file to PDFException
CELLSNET-57738NullReferenceException while reading PowerQueryException
CELLSNET-57740Exception “Invalid Power query formula definition” while retrieving PowerQuery from the workbookException

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 one method in ReferredArea.

Supports to get names array for all the referenced worksheets of this ReferredArea instance.

Adds two methods in CellRichValue.

Supports to set the alt text for CellRichValue.

Adds the following to support file formats of Dbf, Dif.

Adds two methods in OoxmlSaveOptions.

Supports to transform and save some special features(such as “Place in cell” pictures) to make the result compatible with Wps.

Adds three methods in ImageOrPrintOptions.

Gets and sets the prefix of the css name in svg,the default value is empty string.

Adds new method in PivotTable.

Supports to get pivottable’s opriginal data source.

Adds new method in PivotConditionalFormat.

Supports to apply conditional formattings to specified location and scope.

Adds two methods in PowerQueryFormula.

Supports to get and set the description of power query formula.

Adds enum HtmlVersion.

Indicates the version of HTML is used when saving to Html formats.

Adds two methods in HtmlSaveOptions.

Indicates the version of HTML is used when saving to Html or MHtml formats.

Obsoletes SaveFormat::XHtml enum.

Use HtmlSaveOptions.HtmlVersion property instead.

Obsoletes some methods and replace them with others in Axis class.

Makes the api more specific and user friendly.