Browse our Products

Aspose.Cells for .NET 25.7 Release Notes

KeySummaryCategory
CELLSNET-58586Support ISOMITTED function in calculating LAMBDA functionNew Feature
CELLSNET-58216Support TAKE functionNew Feature
CELLSNET-58593Support Variables in Excel template for smart markerNew Feature
CELLSNET-58504Support exporting floating picture to NumbersNew Feature
CELLSGRIDJS-1650Support sync copy/paste operations for image file for collaborative systemsNew Feature
CELLSGRIDJS-1699Support sync number format operation for collaborative systemsNew Feature
CELLSGRIDJS-1714Support APIs to enable /disable editable range in client JSNew Feature
CELLSGRIDJS-1716Support sync enable/disable editable range operation for collaborative systemsNew Feature
CELLSGRIDJS-1719Support APIs to hide/unhide row/column in client JSNew Feature
CELLSGRIDJS-1729Support sync comment add/modify/delete operations for collaborative systemsNew Feature
CELLSGRIDJS-1730Support sync worksheets add/modify/delete operations for collaborative systemsNew Feature
CELLSGRIDJS-1732Support APIs to add/modify/delete worksheet  in client JSNew Feature
CELLSGRIDJS-1733Support APIs to add/modify/delete comment in client JSNew Feature
CELLSGRIDJS-1751Support  API to set attribute for range of cells in client JSNew Feature
CELLSGRIDJS-1701Support comment related operations in right-click context menuNew Feature
CELLSGRIDJS-1734Add font options in number format pageNew Feature
CELLSGRIDJS-1735Add fill options in number format pageNew Feature
CELLSNET-58696Optimize the rendering of polylines when generating PDF filesEnhancement
CELLSNET-58559Aspose.Cells equivalent of VBA Styles.MergeEnhancement
CELLSNET-58602Support exporting Excel to docx as pasteEnhancement
CELLSNET-58162Enhance the export of cell formats to NumbersEnhancement
CELLSGRIDJS-1736Support show comment author in collaborative modeEnhancement
CELLSGRIDJS-1661Support unhide row/column operationEnhancement
CELLSGRIDJS-1696The handling of selected values during merge operations is inconsistent with Excel.Enhancement
CELLSGRIDJS-1698If a cell contains a hyperlink, the context menu should display “Edit Link”.Enhancement
CELLSGRIDJS-1703Support for scrolling multiple columns in the sheet list bar.Enhancement
CELLSGRIDJS-1715Support  options to  hide the bottom label that displays values like count, average, min, and maxEnhancement
CELLSNET-58513Shapes have different lines with excel when converting file to pdfBug
CELLSNET-58671The result file cannot edit points after adding free formBug
CELLSNET-58674The shape becomes a gray filled area when converting file to xpsBug
CELLSNET-58680Fix the issue of incomplete rendering arcBug
CELLSNET-58716Shape to image error when converting file to pdfBug
CELLSNET-58572IndexOutOfRangeException occurs when calling Cell.SetDynamicArrayFormula methodBug
CELLSNET-58582Exception was thrown when using custom engine to ignore the calculation of custom functionsBug
CELLSNET-58583XLOOKUP should be calculated as error value but not when searched value is errorBug
CELLSNET-58598XLOOKUP was calculated incorrectly with single cell of ERROR value as searched rangeBug
CELLSNET-58604FILTER() function should produce error when there is any error value in the filtered rangeBug
CELLSNET-54534Support to cache cells data in disk/file to improve memory performanceBug
CELLSNET-58433Leaderlines still visible in the chart even we disable in codeBug
CELLSNET-58452Chart.CategoryAxis.GetAxisTexts() are not the same as what MS Excel showsBug
CELLSNET-58554Chart transparent line is visible and dashed line is printed like dottedBug
CELLSNET-58573The result image is missing the title and leader lines of chart displayed in excel when saving chart to imageBug
CELLSNET-58618Location of PlotArea in charts is no longer calculated properly in recent Aspose.Cells versionBug
CELLSNET-58693The XAxis labels shown in legend when converting chart to imageBug
CELLSNET-58597The sheet bar context menu does not showBug
CELLSNET-58474The timeline is inconsistent with excel when converting file to xpsBug
CELLSNET-58553Language property of reading options is different when converting file to PDF with exporting document structureBug
CELLSNET-58580The blocks of timeline exceed plot area while converting to xps/pdfBug
CELLSNET-58581The fill of the first block of timeline is not right while converting to xpsBug
CELLSNET-58686‘Operation is not supported on this platform’ exception occurs while opening workbook in Blazor WebAssemblyBug
CELLSNET-58676Saving in HTML is not correctBug
CELLSNET-58499Regression: CalculateData throws System.NullReferenceExceptionBug
CELLSNET-58564ArgumentException(The password could not be null or empty) occurs when saving file using MetadataOptionsBug
CELLSNET-58574Corrupted pivot table view when changing the name of data fieldBug
CELLSNET-58578Unnecessary total label in the pivot table view.Bug
CELLSNET-58591Cells.importdata is failing if there is invalid formulaBug
CELLSNET-58607Invalid IconSetType valBug
CELLSNET-58611Totals row in the table is not recovering correctlyBug
CELLSNET-58623NotPrimitive shape need to resize when resize in excelBug
CELLSNET-58627Throws an Exception when opening file with pivot table.Bug
CELLSNET-58641The comment should be hiddenBug
CELLSNET-58681‘System.IndexOutOfRangeException’ occurred in Aspose.Cells.dll: ‘Index was outside the bounds of the array" on loading an XSLM fileBug
CELLSNET-58685Gap Missing when using arrays of string in templateBug
CELLSGRIDJS-1533Blank areas appear in the rendered region of a sheet with freeze panes when the browser is zoomed outBug
CELLSGRIDJS-1702Selecting two columns and using the right-click menu to hide them results in only one column being selectedBug

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 CellsHelper.GetCacheFolder()/SetCacheFolder(string path) methods.

Specifies the folder for temporary files that may be used as data cache for memory performance consideration.

Adds enum item MemorySetting.FileCache.

Specifies to use temporary file as cache for cells data model.

Adds WorkbookDesigner.ContainsVariables property.

Indicates whether this workbook contains “Variable” worksheet.

Adds Cells.IsDefaultColumnHidden property.

Indicates whether all columns are hidden by default.

Adds MarkdownSaveOptions.CalculateFormula property.

Indicates whether to calculate formulas before saving markdown file.

Adds ShapePath.WidthPixel property.

Gets the width of this path in unit of pixels.

Adds ShapePath.HeightPixel property.

Gets the height of this path in unit of pixels.