Browse our Products

Aspose.Cells for .NET 25.2 Release Notes

KeySummaryCategory
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
CELLSGRIDJS-1455Support to set readonly area in GridJs UINew 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
CELLSGRIDJS-1460Support for automatically extending the copy/paste areaEnhancement
CELLSGRIDJS-1473Support to copy number format setting from ms excelEnhancement
CELLSGRIDJS-1474Support mouse right-click copy paste operation from ms excelEnhancement
CELLSGRIDJS-1497Support to add a blank row/column automatically for convenient subsequent operations when pasting to end of current pageEnhancement
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
CELLSGRIDJS-1462Supports triggering page scrolling when reaching the edge during range selection.Enhancement
CELLSGRIDJS-1469Support to apply number format settings to the whole columnsEnhancement
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
CELLSGRIDJS-1464Lost freezepane info after call ImportExcelFileFromJson APIBug
CELLSGRIDJS-1465Lost number format info after call ImportExcelFileFromJson APIBug
CELLSGRIDJS-1481Error was displayed in the cell with formula when double click a cell to bring up cursor and then delete the contentBug
CELLSGRIDJS-1500Lost validation info after call ImportExcelFileFromJson APIBug
CELLSGRIDJS-1499Select the cell, copy and paste it into the address bar. Instead of the cell’s content, it turns into a string of numbers.Bug
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
CELLSGRIDJS-1468Fixed the issue where the number format could not be applied to all cells in a range selection.Bug
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 .NET. If you have concerns about any change listed, please raise it on the Aspose.Cells support forum.

Adds new property ReferredArea.SheetNames.

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

Adds setter for property CellRichValue.AltText.

Supports to set the alt text for CellRichValue.

Adds new APIs to support file formats of Dbf, Dif.

FileFormatType.Dbf, LoadFormat.Dbf, LoadFormat.Dif, DbfLoadOptions, DifLoadOptions, SaveFormat.Dbf, DbfSaveOptions.

Adds new property OoxmlSaveOptions.WpsCompatibility.

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

Adds new property ImageOrPrintOptions.SvgCssPrefix.

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

Adds new method PivotTable.GetSource(bool isOriginal).

Supports to get pivottable’s original data source.

Adds new method PivotConditionalFormat.ApplyTo().

Supports to apply conditional formatting to specified location and scope.

Adds new property PowerQueryFormula.Description.

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

Adds async methods for versions higher than framework 4.0.

To support asynchronous operations for user’s convenience, we added new async methods for Workbook: OpenAsync(…), SaveAsync(…), CalculateFormulaAsync(…).

Adds HtmlVersion enum and adds HtmlSaveOptions.HtmlVersion property.

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

Obsoletes SaveFormat.XHtml enum.

Uses HtmlSaveOptions.HtmlVersion property instead.

Renames property Axis.CustomUnit to Axis.CustomDisplayUnit.

Makes the API more specific and user-friendly.