Browse our Products

Aspose.Cells for .NET 24.1 Release Notes

KeySummaryCategory
CELLSNET-54219Keep header row to each worksheet when converting csv to excelNew Feature
CELLSNET-54773Support .NET8 in Aspose.CellsNew Feature
CELLSNET-54229GridDesktop autofill featureNew Feature
CELLSNET-54605Support adding custom styles when exporting files to HTMLNew Feature
CELLSNET-54837Support autofill for merge areaNew Feature
CELLSGRIDJS-961Support to set wrap from UINew Feature
CELLSGRIDJS-962Support to set text rotation from UINew Feature
CELLSNET-54790SetDynamicArrayFormula with large content generates corrupted XLSXEnhancement
CELLSNET-54869Support auto filling data from right to left and bottom to upEnhancement
CELLSNET-54907Support show active sheet background in bottom tab bar as the effect in ms-excelEnhancement
CELLSNET-54843Support R/W min and max value of pivot field in xlsxEnhancement
CELLSNET-54942Support throwing exception when opening a crashed fileEnhancement
CELLSNET-47789Image orientation is different after Excel to PDF conversionBug
CELLSNET-50064Fails in converting svg to imageBug
CELLSNET-54213Comment text color is missing when saving file to pdfBug
CELLSNET-54780Aspose.Cells.Drawing.TextBox AutoSize issueBug
CELLSNET-54736DataSorter sorting not working when sorting from right to leftBug
CELLSNET-54848The SEQUENCE formula cannot obtain the correct values after copying the rangeBug
CELLSNET-54618Some Excel functionality (data validation, formulas evaluation, etc.) not working properlyBug
CELLSNET-54774Shape size does not change in zoom in/out operation in GridDesktopBug
CELLSNET-54829Fail to open the customer’s file in GridWeb .net6Bug
CELLSNET-54894After enter invalid formula value formula bar lost focus when click in sheet cell in GridDesktopBug
CELLSNET-54870Picture.Width is wrong after inserting tiff image to sheet in net6.0Bug
CELLSGRIDJS-383focus cell postion can not be changed by using key board navgation after load spreadsheet fileBug
CELLSNET-54778Data loss when converting xlsx file to pptxBug
CELLSNET-54781The result file has heavier borders and a wider table compared to table generated by copying/pastingBug
CELLSNET-54793The state of the hidden column changes when calling Worksheet.AutoFitColumns and set AutoFitterOptions.IgnoreHidden is trueBug
CELLSNET-54826Slicer filtering: after canceling filtering, the value of the cell is incorrectBug
CELLSNET-54854Merge PivotTable.copyRows and copyColumns,copy methods.Bug
CELLSNET-54902Excel file corrupted after adding pivot table and pivot chart to itBug
CELLSNET-54922FileFormatUtil.VerifyPassword not workingBug
CELLSNET-54932A few possible faulty cases with NeedQuoteInFormulaBug
CELLSGRIDJS-991Support rotation 255 settingBug
CELLSNET-48229An exception occurs when rendering SVG into a pictureException
CELLSNET-48327Shape to image raise exception in docker enviroment for the file Defects List (24-06).xlsxException
CELLSNET-54923Loading XSLX file raises NullReferenceExceptionException
CELLSNET-54925ArgumentOutOfRangeException occurs when saving file to htmlException

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 TxtLoadOptions.MaxRowCount/MaxColumnCount properties

Supports to import data from csv with user specified limit of rows and columns. If the data set is larger than the limit, it will be split into multiple worksheets according to the limit.

Adds TxtLoadOptions.HeaderRowsCount/HeaderColumnsCount properties

Supports to import data from csv with user specified header rows and headers to duplicated them for every extended worksheets.

Adds HtmlSaveOptions.CssStyles property

Gets or sets the additional css styles for the formatter.

Adds PivotField.GroupBy(double,bool) methods

Group the number or datetime pivot field.

Adds PptxSaveOptions.ExportViewType and enum SlideViewType

Indicates whether converting Excel to PowerPoint as View or Printing.

Adds GridCells.SortAsNumber method in GridDesktop

Sorts the data of the area (the key column data shall be number).

Adds GridAutoFillType class in GridDesktop

Represents the auto fill type.

Adds CellRange.AutoFill method in GridDesktop

Automatically fill the target range.

Adds GridDesktop.ShowNumberStoredAsTextSymbol property in GridDesktop

Sets or Gets whether show the triangle symbol for the cell which contains number string but stored as text format.