Browse our Products

Aspose.Cells for CPP 25.11 Release Notes

KeySummaryCategory
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
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
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 C++. If you have concerns about any change listed, please raise it on the Aspose.Cells support forum.

Adds and obsoletes some methods in PivotField class.

Add:

Use PivotField::IsValuesField() instead.

Adds and obsoletes some methods in PivotTable class.

Add:

Obsoletes:

Use PivotTable::GetValuesField() instead.

Adds two methods in CustomProperty class.

Gets the binary value of worksheet custom property.

Adds and obsoletes some methods in ListObject class.

Add:

Removes auto filter from the table.

Indicates whether auto filter is applied to this table.

Obsoletes:

Use ListObject::GetHasAutoFilter()/SetHasAutoFilter(…) methods instead.

Obsoletes two methods in Top10Filter class.

Please ignore these methods. They are only used to cache temporary values.

Adds one method in Worksheet.Filter(CellArea) method.

Applies auto filter to the range.

Adds two methods in ImportTableOptions class.

Gets or sets the styles for the columns of the table.

Adds one method in MultipleFilterCollection class.

Adds DateTime item for multi filters.

Adds and obsoletes some methods in FilterColumn class.

Please obtain the corresponding filter based on the type.

Add:

Obsolete:

Use FilterColumn::GetMultipleFilters()/SetMultipleFilters(…),FilterColumn::GetCustomFilters() and so on… methods, instead.

Adds two methods in MarkdownSaveOptions class.

Indicates how to export Equations to Markdown.

**Adds HtmlLayoutMode enum.

Represents the layout mode for HTML rendering.

Adds two methods in HtmlSaveOptions class.

Gets or sets the layout mode when saving to HTML.