Browse our Products
Aspose.Cells for CPP 26.6 Release Notes
| Key | Summary | Category |
|---|---|---|
| CELLSNET-59550 | Support long text exceeding 256 characters in formula | New Feature |
| CELLSNET-60201 | Preserve original data of calculation chain when re-saving a Workbook without changing cells data | New Feature |
| CELLSNET-60262 | Reconstruct long text concated by _LONGTEXT() function into single string parameter of formula | New Feature |
| CELLSNET-60176 | Enhance file format detection for SVG and MOBI files | New Feature |
| CELLSNET-60220 | Support to show or hide data type icons | New Feature |
| CELLSNET-60269 | Support to set how the application displays shapes in this workbook | Enhancement |
| CELLSNET-60195 | Incorrect paragraph numbering in text boxes during PDF conversion | Bug |
| CELLSNET-59872 | ISOWEEKNUM formula/function returns 53 for Dec 29–31, 2025 - should return 1 per ISO 8601 | Bug |
| CELLSNET-60170 | “#VALUE!” error on Workbook.CalculateFormula method during PDF rendering | Bug |
| CELLSNET-60227 | Some formulas with LETL/LAMBDA functions were not calculated correctly | Bug |
| CELLSNET-60233 | Aggregation function name was prefixed with “_xleta.” for Cell.Formula | Bug |
| CELLSNET-60196 | Incorrect diagram legend and layout issues on Workbook.Save() method | Bug |
| CELLSNET-60198 | Missing label on X-Axis in generated SVG in .Net8 | Bug |
| CELLSNET-60203 | EMF rendering result changes after calling FontConfigs.IsFontAvailable with Mars Centra fonts | Bug |
| CELLSNET-60221 | Bubble chart to image is displayed incompletely | Bug |
| CELLSNET-60072 | [Skia]Vertical red lines are missing. | Bug |
| CELLSNET-60073 | [Skia]The lines inside the table have become thicker. | Bug |
| CELLSNET-60226 | Text is moved down while rendering to image by SheetRender | Bug |
| CELLSNET-60192 | PivotTable formatting is lost after calling RefreshData() and CalculateData() | Bug |
| CELLSNET-60211 | ListColumn.Name rewrites cross-sheet structured references after Cells.InsertColumn | Bug |
| CELLSNET-60234 | Regression: Formulas copied incorrectly when copying tables | Bug |
| CELLSNET-60264 | Handle block comments of power query formulas improperly | Bug |
| CELLSNET-60265 | Incorrect rendering of Excel charts and symbols to image | Bug |
| CELLSNET-60268 | Generated xlsb file with advanced slicer was corrupted | Bug |
| CELLSNET-60273 | [Shape]excel2html error report: NullReferenceException | Exception |
| CELLSNET-60287 | [Shape]excel2html error report: InvalidCastException | Exception |
| CELLSNET-60272 | [Chart]excel2html error report: NullReferenceException | Exception |
| CELLSNET-60270 | NullReferenceException when converting pivot tables to html. | Exception |
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 two methods in PowerQueryFormulaItem.
Gets the text value of the item.
Gets the type of this item (Function, Parameter, List, Literal, or Unknown).
Adds new enum PowerQueryFormulaItemType.
Represents the type of a Power Query formula item.
Adds two methods in Slicer.
Selects the specified items of slicer.
Removes all filters applied to the slicer.
Adds one method in ListColumnCollection.
Removes the ListColumn at the specified index.
Adds two methods in Worksheet.
Indicates whether to show data type icons.
bool GetShowDataTypeIcons()
void SetShowDataTypeIcons(bool value)
Adds enum ShapeDisplayType.
Represents how the application displays shapes in this workbook. Shapes might include charts, images, and other object data that the application supports.