Browse our Products

Aspose.Cells for .NET 25.11 Release Notes

KeySummaryCategory
CELLSGRIDJS-1960Support scroll event call backNew Feature
CELLSGRIDJS-1930Support fill color settings for chartsNew Feature
CELLSNET-59210Add check to prevent deletion of partial table including the headerEnhancement
CELLSNET-59222Add check to prevent setting the name of one existing defined name to another TableEnhancement
CELLSNET-59168Support to copy pivot tables when copying a rangeEnhancement
CELLSNET-59175Support duplicated worksheet names for “DetailSheetNewName” parameter of smart markerEnhancement
CELLSNET-59181Support exporting editable textboxes and shapes to pptxEnhancement
CELLSNET-59223Support custom properties of worksheet in xlsb filesEnhancement
CELLSNET-59251Support to remove AutoFilter of the Table completelyEnhancement
CELLSNET-59305Support Style array as format setting when importing DataTableEnhancement
CELLSGRIDJS-2016Support filter for date valueEnhancement
CELLSGRIDJS-2054Support jakarta servelet and spring boot v3.x for GridJs javaEnhancement
CELLSGRIDJS-2057Merged cell does not allow copy pasting operation in GridJSEnhancement
CELLSGRIDJS-1986DatePicker default value always shows 7th of the month instead of the selected cell valueEnhancement
CELLSGRIDJS-1994Add insert textbox menu item in toolbarEnhancement
CELLSNET-58673Formula text overlapping display when converting file to xpsBug
CELLSNET-59184Calculating LET function results in “#NAME?” errorBug
CELLSNET-59195XLS file becomes unsavable after the first saveBug
CELLSNET-59196Lambda functions loaded from XLSB file were calculated as “#NAME?”Bug
CELLSNET-59201Calculating Rand function used in the nested LET function results in “#NUM!” errorBug
CELLSNET-59212Getting errors when trying to open the output Excel file in MS ExcelBug
CELLSNET-59225Array formulas are not returning correct valuesBug
CELLSNET-59256ADDRESS function was calculated as #VALUE! when row/column number is negativeBug
CELLSNET-59054Histogram value error when saving file to pdfBug
CELLSNET-59083Chart/Picture to image error when saving file to pdfBug
CELLSNET-59119After setting ‘Series.IsFiltered’ and ‘ChartCalculateOptions.UpdateAllPoints’ in Chart, the expected effect is not achievedBug
CELLSNET-59122Chart to Image Error with Histogram Chart TypesBug
CELLSNET-59171Leader lines, axis and shadow missing for the charts in sheet to image renderingBug
CELLSNET-59176Shape to image Error when converting an XLSX file to PDFBug
CELLSNET-59177LegendEntry.IsDeleted property not working properlyBug
CELLSNET-59194The PDF result file crashes while scrolling through after saving file to pdfBug
CELLSNET-59253The text in the result file overlaps when converting file to pdfBug
CELLSNET-59126HTML file is displayed incorrectly with “Freeze Panes”Bug
CELLSNET-59134Cell colors in HTML are displayed incorrectlyBug
CELLSNET-59156Some graphic elements are not displayed when saving file to htmlBug
CELLSNET-59170Get local label of grand total or total of pivot table when implementing GlobalizationSettingsBug
CELLSNET-59183The filter is lost after refreshing and calculating pivot tableBug
CELLSNET-59197Excel file cannot set custom unit labels after setting Chart.ValueAxis.DisplayUnitLabel.Text propertyBug
CELLSNET-59200Corrupted xlsx file after deleting worksheetBug
CELLSNET-59208Output file crashes after opening the result file and saving it againBug
CELLSNET-59216InsertCutCells now broken when copying array formulasBug
CELLSNET-59229Pourcentage column data error after refreshing and calculating PivotTableBug
CELLSNET-59242Invalid shown data of different from other pivot fieldBug
CELLSNET-59243Invalid result of showing values as different other pivot fields.Bug
CELLSNET-59261Pivot background is not correctly shown in pdfBug
CELLSNET-59269Invalid column items of pivot table viewBug
CELLSNET-59273Image transparency loss after copying worksheetBug
CELLSNET-59291Aspose.Cells cannot load camera shape correctlyBug
CELLSNET-59294Invalid borders of default style after saving xlsbBug
CELLSNET-59295Using Cells.ImportData to import and format empty DateTime columnsBug
CELLSGRIDJS-1981The state of CheckBox and RadioButton controls is not persistingBug
CELLSGRIDJS-2013Cell values starting or ending with spaces cannot be filtered correctly in AutoFilterBug
CELLSGRIDJS-2021Some checkbox and radio button are not displayedBug
CELLSGRIDJS-1942Wrapped text is cut off when changing the display scale from 125% to 100%Bug
CELLSGRIDJS-2056Copy pasting multiple words from excel creates new line in GridJSBug
CELLSGRIDJS-2022File can not open after apply filterBug
CELLSGRIDJS-1989Chart bar colors are incorrectBug
CELLSNET-59252NullReferenceException occurs when calling WorksheetCollection.GetRangeByName methodException

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 PivotField.IsValuesField property and obsoletes PivotField.IsValueFields property.

Use PivotField.IsValuesField property instead.

Adds PivotTable.ValuesField property and obsoletes PivotTable.DataField property.

Use PivotTable.ValuesField property instead.

Adds CustomProperty.BinaryValue property.

Gets the binary value of worksheet custom property.

Adds PivotGlobalizationSettings.GetNameOfDataField() method.

Gets local name of pivot data field.

Adds ListObject.RemoveAutoFilter() method.

Removes auto filter from the table.

Adds ListObject.HasAutoFilter property and obsoletes ListObject.Filter() method.

Use ListObject.HasAutoFilter property instead.

Obsoletes Top10Filter.Criteria property.

Please ignore this property. It’s a cached temporary value.

Adds Worksheet.Filter(CellArea) method.

Applies auto filter to the range.

Removes obsoleted PivotField.SxRng property.

Use PivotField.GroupSettings property instead.

Adds ImportTableOptions.Styles property.

Sets the styles for the columns of the table.

Adds MultipleFilterCollection.Add() method.

Adds DateTime item for multi filters.

Obsoletes FilterColumn.Filter property and adds FilterColumn.MultipleFilters, CustomFilters, ColorFilter,DynamicFilter,IconFilter,Top10Filter properties.

Please obtain the corresponding filter based on the type.

Adds MarkdownSaveOptions.OfficeMathOutputType property.

Indicates how to export Equations to Markdown.

Adds HtmlLayoutMode enum and HtmlSaveOptions.LayoutMode property.

Represents the layout mode for HTML rendering.

Adds Config.AutoFitRowsHeightOnLoad property in GridJs.

Indicates whether to autofit rows height when loading the file,the default value is false.

Adds GridJsOptions.AutoFitRowsHeightOnLoad property in GridJs.

Indicates whether to autofit rows height when loading the file,the default value is false.