Browse our Products

Aspose.Cells for .NET 26.6 Release Notes

KeySummaryCategory
CELLSNET-59550Support long text exceeding 256 characters in formulaNew Feature
CELLSNET-60201Preserve original data of calculation chain when re-saving a Workbook without changing cells dataNew Feature
CELLSNET-60262Reconstruct long text concated by _LONGTEXT() function into single string parameter of formulaNew Feature
CELLSNET-60176Enhance file format detection for SVG and MOBI filesNew Feature
CELLSNET-60220Support to show or hide data type iconsNew Feature
CELLSGRIDJS-1488Support reorder sheets in GridJsNew Feature
CELLSGRIDJS-2445Add left and right movement buttons to both sides of the scrollbarNew Feature
CELLSGRIDJS-2446Optimize date picker component.New Feature
CELLSGRIDJS-2471Add configurable default view month and selectable date range limits.New Feature
CELLSGRIDJS-2472Add min and max selectable date limits.New Feature
CELLSGRIDJS-2473Add separate year, month, and Today navigation controls.New Feature
CELLSNET-60296Add patch for formula engine to calculate XLOOKUP with large data set in the same way with ms excelEnhancement
CELLSNET-60269Support to set how the application displays shapes in this workbookEnhancement
CELLSGRIDJS-2492Improve display for filter list for long text contentEnhancement
CELLSGRIDJS-2502Show redaction reasons in sorting orderEnhancement
CELLSGRIDJS-2509Support print preview with user-defined cell areaEnhancement
CELLSGRIDJS-2510Improve the performace for print preview for sheet with huge cellsEnhancement
CELLSGRIDJS-2511Improve the display for print previewEnhancement
CELLSGRIDJS-2513Support show validation list with large string lengthEnhancement
CELLSGRIDJS-2519Hover on comments on Excel cell shows extra long text along with commentEnhancement
CELLSGRIDJS-2493Opening the Excel scroll bar cannot scroll to the corresponding cell selection position.Enhancement
CELLSGRIDJS-2494Add configuration item to locate to the last row after batch inserting rows.Enhancement
CELLSNET-60195Incorrect paragraph numbering in text boxes during PDF conversionBug
CELLSNET-59872ISOWEEKNUM formula/function returns 53 for Dec 29–31, 2025 - should return 1 per ISO 8601Bug
CELLSNET-60170“#VALUE!” error on Workbook.CalculateFormula method during PDF renderingBug
CELLSNET-60227Some formulas with LETL/LAMBDA functions were not calculated correctlyBug
CELLSNET-60233Aggregation function name was prefixed with “_xleta.” for Cell.FormulaBug
CELLSNET-60274Formulas with combination of FILTER/SORT/UNIQUE functions were calculated incorrectlyBug
CELLSNET-60196Incorrect diagram legend and layout issues on Workbook.Save() methodBug
CELLSNET-60198Missing label on X-Axis in generated SVG in .Net8Bug
CELLSNET-60203EMF rendering result changes after calling FontConfigs.IsFontAvailable with Mars Centra fontsBug
CELLSNET-60221Bubble chart to image is displayed incompletelyBug
CELLSNET-60072[Skia]Vertical red lines are missing.Bug
CELLSNET-60073[Skia]The lines inside the table have become thicker.Bug
CELLSNET-60226Text is moved down while rendering to image by SheetRenderBug
CELLSNET-60192PivotTable formatting is lost after calling RefreshData() and CalculateData()Bug
CELLSNET-60211ListColumn.Name rewrites cross-sheet structured references after Cells.InsertColumnBug
CELLSNET-60234Regression: Formulas copied incorrectly when copying tablesBug
CELLSNET-60264Handle block comments of power query formulas improperlyBug
CELLSNET-60265Incorrect rendering of Excel charts and symbols to imageBug
CELLSNET-60268Generated xlsb file with advanced slicer was corruptedBug
CELLSGRIDJS-2508Data validation dropdown list fails to take effect when containing excessive itemsBug
CELLSGRIDJS-2479Sometimes the loading GIF does not clear after adding image/shape in the python versionBug
CELLSGRIDJS-2495Redaction fail to resize in zoom in/out viewBug
CELLSGRIDJS-2507Cells under merged columns are covered when filtering other columns in Aspose.GridJSBug
CELLSGRIDJS-2512Duplicate context menu items appear after right-clickingBug
CELLSGRIDJS-2518Row count mismatch on zoom changeBug
CELLSGRIDJS-2520Clicking on image after it has been redacted is hiding redaction - After switching between documentsBug
CELLSGRIDJS-2475Error occurs when pasting a cell that exceeds the maximum displayed rowsBug
CELLSGRIDJS-2478Display and editing of percentage format data are inconsistent with Excel.Bug
CELLSGRIDJS-2499Edge scroll misfires and lingering timers cause auto rollback click jitter and post revert scroll state corruptionBug
CELLSGRIDJS-2500Batch insert submit triggers on mousedown with deduplication to eliminate occasional double click insert failuresBug
CELLSGRIDJS-2501Batch insert bar follows below the last row and reserves bottom scroll space to prevent fixed positioning and overlap with final rowsBug
CELLSGRIDJS-2517Pasted cells in unlocked protected-sheet regions are incorrectly lockedBug
CELLSNET-60273[Shape]excel2html error report: NullReferenceExceptionException
CELLSNET-60287[Shape]excel2html error report: InvalidCastExceptionException
CELLSNET-60272[Chart]excel2html error report: NullReferenceExceptionException
CELLSNET-60270NullReferenceException 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 .NET. If you have concerns about any change listed, please raise it on the Aspose.Cells support forum.

Adds new property PowerQueryFormulaItem.TextValue.

Gets the text value of the item.

Adds new property PowerQueryFormulaItem.ItemType and enum PowerQueryFormulaItemType.

Gets the type of this item (Function, Parameter, List, Literal, or Unknown).

Adds new method Slicer.SelectItems(System.String[] labels, System.Boolean append).

Selects the specified items of slicer.

Adds new method Slicer.ClearFilter().

Removes all filters applied to the slicer.

Adds new method ListColumnCollection.RemoveAt(System.Int32 index).

Removes the ListColumn at the specified index.

Adds new property Worksheet.ShowDataTypeIcons and enum ShapeDisplayType.

Indicates whether to show data type icons.