Browse our Products

Aspose.Cells for .NET 26.7 Release Notes

KeySummaryCategory
CELLSNET-60312Support LET function which uses LAMBDA function as “name_value”New Feature
CELLSNET-41627Support converting HTML Table into ExcelNew Feature
CELLSNET-55544Support copying chart to word fileNew Feature
CELLSNET-59679Support filter of timelineNew Feature
CELLSGRIDJS-2574Support font substitution for GridJsNew Feature
CELLSGRIDJS-2575IWarningCallback does not triggerNew Feature
CELLSGRIDJS-2521chart and shape add name value in JSON outputNew Feature
CELLSGRIDJS-2522Add a draggable zoom progress bar at the bottom.New Feature
CELLSGRIDJS-2529Add support for text extraction and filtering.New Feature
CELLSNET-59979Update table formula when deleting columnsEnhancement
CELLSNET-60339Update formulas in other sheets automatically by default when insert/delete rows/columns in one sheetEnhancement
CELLSNET-60293Support parsing text-transform:capitalize when importing HTMLEnhancement
CELLSNET-60294Support parsing text-transform:full-width when importing HTMLEnhancement
CELLSNET-49411Only exporting the table’s borders to docx when pagestupe.PrintGridLines is true.Enhancement
CELLSNET-59676Support selecting and unselecting item of slicerEnhancement
CELLSNET-60306Enhancement to get slicer items with Table sourceEnhancement
CELLSGRIDJS-2591Slow front-end loading and rendering of radio buttons in Column AEnhancement
CELLSGRIDJS-2542Data bars obscure cell content after parsing/renderingEnhancement
CELLSGRIDJS-2576Column and bar chart spacing metadata is missing from backend JSONEnhancement
CELLSNET-60349TextBox AutoSize and FitToTextSize fail to resize dimensions correctlyBug
CELLSNET-60289Incorrect cell number formatting for accounting format in de-de culture on Cell.StringValueBug
CELLSNET-60310REDUCE was calculated incorrectly when using LET-bound LAMBDA functionBug
CELLSNET-60318Dynamic array formula value differs from Excel on Workbook.CalculateFormula methodBug
CELLSNET-60326FILTER function was calculated as #VALUE! when filtering result of HSTACK/VSTACK with single parameterBug
CELLSNET-60327MMULT was calculated incorrectly when the parameter is a large range of cellsBug
CELLSNET-60252Chart formatting and per-series coloring lost after saving workbook on Workbook.Save() methodBug
CELLSNET-60258X-axis labels rendered diagonally instead of horizontally on Chart.ToImage() methodBug
CELLSNET-60299The date scale of the chart after converting to an image is inconsistent with ExcelBug
CELLSNET-60319DataLabels.WidthPixel always returns 0 after Calculate() inconsistent behavior between chartsBug
CELLSNET-60345Excel to PDF conversion - Chart rendering and layout discrepancies on Workbook.Save() methodBug
CELLSNET-42309The background format behind the titles are not displayingBug
CELLSNET-60235excel2html error reportBug
CELLSNET-50414The file cannot be opened after adding the rectangle box with SetLinkedCellBug
CELLSNET-60260Invalid “no data” flag of slicer item if data source is grouped pivot field.Bug
CELLSNET-60297Aspose.Cells unable to load xlsx fileBug
CELLSNET-60300Invalid table reference on Workbook.CalculateFormula methodBug
CELLSNET-60308XLSX to DOCX: hidden Excel rows not honouredBug
CELLSNET-60311Null reference handling with smart marker nested objectBug
CELLSNET-60330FileFormatUtil.DetectFileFormat fails to identify HTML files with specific encodingsBug
CELLSNET-60331Xhtml detected as htmlBug
CELLSNET-60350Excel crashes after converting .xlsx to .xlsm and back to .xlsx using Workbook.CopyBug
CELLSNET-60364Merging Cells is not allowed within Table.Bug
CELLSNET-60371Structured references shift to neighboring columns instead of #REF! on Cells.DeleteColumn() methodBug
CELLSNET-60370Bug inside latest version 25.8 when using range (_CellsSmartMarkers)Bug
CELLSGRIDJS-2563Background color lost when converting shape to imageBug
CELLSNET-60366PivotTable value filters not reapplied after ChangeDataSource and CalculateData methodsBug
CELLSGRIDJS-2544Investigate the issue that receiving 2 different behaviours for burn-in redactionCoordinate scenarioBug
CELLSGRIDJS-2552TypeError Spreadsheet is not a constructor raised when use npm importBug
CELLSGRIDJS-2553Font size not preserved for redaction reason during updateBug
CELLSGRIDJS-2558On double-click, the burnt redaction color changes to white and reappears when clicking elsewhere.Bug
CELLSGRIDJS-2559Content in the excel file is hidden when clicked on in the native viewer - RCA, Shapes are overlappingBug
CELLSGRIDJS-2560Transparent view is not workingBug
CELLSGRIDJS-2561Burnt in excel files does not display the applied redaction colorsBug
CELLSGRIDJS-2571Incorrect redaction placementBug
CELLSGRIDJS-2564PivotChart ToImage does not render chartBug
CELLSGRIDJS-2556Fail to show pivot tables chartBug
CELLSGRIDJS-2557Scroll bars disappear after applying freeze panes at long row cellBug
CELLSGRIDJS-2570Charts not rendering full data in viewer causing layout shiftBug
CELLSGRIDJS-2577Clustered and stacked column/bar series render with incorrect width and gapsBug
CELLSGRIDJS-2578Stacked column data labels and value axis range do not match ExcelBug
CELLSGRIDJS-2579Percentage chart data labels and value axis display decimal values instead of percentagesBug
CELLSGRIDJS-2580Chart series names are missing when values use external workbook-style rangesBug
CELLSGRIDJS-2581Value axis labels are clipped in narrow chartsBug
CELLSGRIDJS-2582Threaded comment tooltip becomes too large for long commentsBug

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.

Changes the behavior of updating formulas in other sheets when deleting row(s)/column(s).

In old versions, when deleting row(s)/column(s) in one worksheet(for apis such as Cells.DeleteRow(int)/DeleteColumn(int), DeleteRows(int, int)/DeleteColumns(int, int, DeleteOptions), InsertRow(int)/InsertColumn(int)…), those formulas in other sheets will not be updated automatically by default, unless users explicitly specify the “updateReference” parameter or property as true. This default behavior was designed for performance consideration, but it did not match the operations in ms excel and had caused trouble and confusion for users. Staring from 26.7, by default we will update all formulas in all worksheets for operations of inserting/deleting row(s)/column(s). That is, we set the default value of “updateReference”(including the properties of DeleteOptions.UpdateReference and InsertOptions.UpdateReference) to true. This change will provide convenience to users and deliver expected result with no need of extra settings.

Changes the returned value of FilterColumn.Filter for filter type of MultipleFilters

For filter of MultipleFilters type, the returned object in old versions is MultipleFilterCollection. Starting from 26.7, FilterValueCollection is returned instead. Please note, this property has been obsoleted for a long time and will be removed soon, so please use the new apis accordingly(using corresponding property according to the filter type).

Adds new method CustomFilterCollection.Custom(Aspose.Cells.FilterOperatorType, System.Object, System.Boolean, Aspose.Cells.FilterOperatorType, System.Object).

Supports defining a custom filter with two criteria and a logical relationship.

Adds new overload ShapeCollection.AddCopy(Aspose.Cells.Drawing.Shape, System.Int32, System.Int32, System.Int32, System.Int32, Aspose.Cells.CopyOptions).

Allows copying a shape with additional copy options.

Adds new enum member FileFormatType.Ofd.

Represents the OFD (Open Fixed Layout Document) file format. Only for detecting.

Adds new property FilterColumn.FilterValues.

Provides access to the collection of filter values used in the filter criteria.

Adds new method FilterColumn.SelectAll().

Selects all filter values for the filter column.

Adds new class FilterValue.

Encapsulates a single filter value, including its type, string value, and date time group item.

Adds new class FilterValueCollection.

Collection that stores multiple FilterValue objects.

Adds new property MultipleFilterCollection.Count.

Gets the number of filter values in the collection.

Adds new property HtmlSaveOptions.SpaceMode.

Specifies how whitespace is rendered in HTML output (character entities or CSS).

Adds new enum HtmlSpaceMode.

Defines the possible whitespace rendering modes for HTML.

Adds new properties PdfSaveOptions.ZoomBehavior and PdfSaveOptions.ZoomFactor.

Control the initial view mode and zoom percentage when opening the generated PDF document.

Adds new abstract class PivotCache.

Provides a memory cache for PivotTable reports, exposing the source type and refresh functionality.

Adds new class PivotCacheCollection.

Represents the collection of PivotCache objects in a workbook.

Adds new property PivotTable.PivotCache.

Gets the PivotCache associated with the pivot table.

Adds new overload PivotTable.CalculateData(Aspose.Cells.Pivot.PivotTableCalculateOption).

Calculates pivot data using the specified calculation options and returns the affected pivot tables.

Adds new method PivotTable.GetPivotTablesWithSamePivotCache().

Retrieves all pivot tables that share the same pivot cache.

Adds new property PivotTableCalculateOption.RefreshOption.

Indicates whether to refresh the data source to the pivot cache.

Adds new method Slicer.UnselectItems(System.String[]).

Unselects the specified items in the slicer.

Adds new method Timeline.GetSelectedDateTimeRange().

Retrieves the selected date time range of the timeline.

Adds new method Timeline.Select(System.DateTime, System.DateTime, System.Boolean).

Selects a date time range on the timeline with an optional calculation flag.

Adds new property WorksheetCollection.PivotCaches.

Provides access to the collection of PivotCache objects in the worksheet collection.

Adds new method GridJsService.Dispose() in GridJs.

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

Adds new method GridJsService.SetWarningCallback(IWarningCallback ) in GridJs.

Sets custom warning callback for file import.

Removes ArcShape.BeginArrowheadStyle property.

Use Shape.Line.BeginArrowheadStyle property instead.

Removes ArcShape.BeginArrowheadWidth property.

Use Shape.Line.BeginArrowheadWidth property instead.

Removes ArcShape.BeginArrowheadLength property.

Use Shape.Line.BeginArrowheadLength property instead.

Removes ArcShape.EndArrowheadStyle property.

Use Shape.Line.EndArrowheadStyle property instead.

Removes ArcShape.EndArrowheadWidth property.

Use Shape.Line.EndArrowheadWidth property instead.

Removes ArcShape.EndArrowheadLength property.

Use Shape.Line.EndArrowheadLength property instead.

Removes LineShape.BeginArrowheadStyle property.

Use Shape.Line.BeginArrowheadStyle property instead.

Removes LineShape.BeginArrowheadWidth property.

Use Shape.Line.BeginArrowheadWidth property instead.

Removes LineShape.BeginArrowheadLength property.

Use Shape.Line.BeginArrowheadLength property instead.

Removes LineShape.EndArrowheadStyle property.

Use Shape.Line.EndArrowheadStyle property instead.

Removes LineShape.EndArrowheadWidth property.

Use Shape.Line.EndArrowheadWidth property instead.

Removes LineShape.EndArrowheadLength property.

Use Shape.Line.EndArrowheadLength property instead.

Removes Comment.GetCharacters() method.

Use Comment.GetRichFormattings() method instead.

Removes CheckBox.CheckValue property.

Use CheckBox.CheckValueType property instead.

Removes OleObject.SourceFullName property.

Use OleObject.ObjectSourceFullName property instead.