Browse our Products

Aspose.Cells for .NET 24.4 Release Notes

KeySummaryCategory
CELLSNET-55146Support converting ChartX to imageNew Feature
CELLSNET-55335Provide simple implementations of interrupt monitor for user’s convenienceNew Feature
CELLSNET-54683Support to show red color for cell text with custom number setting in GridDesktopNew Feature
CELLSGRIDJS-1050Support time interruption for python GridJsNew Feature
CELLSNET-55361Embed attachments when converting OLE Object to pdf fileNew Feature
CELLSNET-55250Support embedding images into cells for xlsb fileNew Feature
CELLSGRIDJS-799Support to show conditionformat icons in freezepaneNew Feature
CELLSNET-55456Support hiding rows and columns when exporting Numbers files to xlsxNew Feature
CELLSNET-55457Support merging cells in Numbers file export to xlsxNew Feature
CELLSNET-55458Support exporting charts from Numbers files to xlsxNew Feature
CELLSNET-55453Support to take cell as blank if its formula’s calculated result is empty string when deleting blank rows/columnsEnhancement
CELLSNET-55396Support to keep or ignore padding spaces for formula in GridWebEnhancement
CELLSNET-55438Add GridFontUnderlineType for GridFontEnhancement
CELLSNET-55314Export picture in cell to htmlEnhancement
CELLSNET-55248Supported copying the embedded image in the cellEnhancement
CELLSNET-55249Shift the index of embedded image when deleting image from poolEnhancement
CELLSNET-55251Gets web image meta data of cellsEnhancement
CELLSNET-55308Export range to JSON as array of arraysEnhancement
CELLSNET-55310Support getting web image meta data of cells.Enhancement
CELLSNET-55331Support copying Dynamic Array FormulaEnhancement
CELLSNET-55418Expose the “Type” property to determine if external links have a valid path or notEnhancement
CELLSGRIDJS-1042After inserting the formula automatically move the mouse position inside the parentheses for further input convenienceEnhancement
CELLSNET-55139The textbox is misaligned when comparing to its positioning in ExcelBug
CELLSNET-55147The PDF file is missing the SVG imageBug
CELLSNET-55363T.DIST.2T fails when deg_freedom >342Bug
CELLSNET-55407Incorrect values obtained after calling formula calculationBug
CELLSNET-55297Excel to PDF producing Postscript coordinates with InfinityBug
CELLSNET-55298Chart rendering error when converting file to PDFBug
CELLSNET-55306Excel to PowerPoint Conversion - X-Axis Label Orientation IssueBug
CELLSNET-55353Missing Chart Labels Issue when Converting Excel File to Word DocumentBug
CELLSNET-55303The right and bottom parts protrude onto another page when saving file to pdfBug
CELLSNET-55344The text position in the cell is biased towards the bottom while saving to pdfBug
CELLSNET-55347Vertical text display error when converting file to PDFBug
CELLSNET-55365XLSX to HTML: Table text changes directionBug
CELLSNET-55405XLSX to HTML: Incorrect row heightBug
CELLSNET-55416Html var color becomes black when importing html string.Bug
CELLSNET-55417Convert ARGB to RGB when importing html stringBug
CELLSNET-54821Metadata file is missing when converting xlsb to xlsxBug
CELLSNET-55076Caculated result of pivot table with grouped fields is not same as ExcelBug
CELLSNET-55242Output Discrepancies 23.8 vs 24.2Bug
CELLSNET-55257Incorrect formulas when exporting shared formulas with whole colums or rows to odsBug
CELLSNET-55296Issue with cell references changes after copying worksheetsBug
CELLSNET-55305Password-protected Excel file is getting corrupted after opening and saving back with Aspose.CellsBug
CELLSNET-55309Rows are hidden incorrectly after filtering blank cellsBug
CELLSNET-55316The document is NOT conformant ODF1.3Bug
CELLSNET-55336Connection lost after copying fileBug
CELLSNET-55355FileFormatUtil.DetectFileFormat detected the format of protected files and obtained incorrect resultsBug
CELLSNET-55362When deleting last column from Excel Worksheet, filter is not removed from itBug
CELLSNET-55379The generated xls file with external name is in protect view of MS Excel.Bug
CELLSNET-55386Lost data when importing JsonBug
CELLSNET-55415Font size is out of range when setting html stringBug
CELLSNET-55439Tab color lost when converting Excel to OdsBug
CELLSNET-55440Invalid formulas of format condition when loading OdsBug
CELLSNET-55447The result file crashes when converting xlsx to xlsbBug
CELLSNET-55477Corrupted xlsx file if the columns of the table contains same nameBug
CELLSNET-55348Exception of saving format conditions of ColorScale to XlsException
CELLSNET-55436FormatException occurred when setting Cell.HtmlStringException
CELLSNET-55259Exception is thrown when calcuating pivot tables.Exception
CELLSNET-55299An exception occurred when deleting a hyperlinkException
CELLSNET-55382Exception “Input string was not in a correct format” when loading an Excel fileException
CELLSNET-55388Throw Invalid Cell Name exception when loading xlsx fileException
CELLSNET-55471ArgumentOutOfRangeException when loading the converted ods fileException
CELLSNET-55472NullReferenceException when calling Cells.DeleteColumn 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 .NET. If you have concerns about any change listed, please raise it on the Aspose.Cells support forum.

Adds classes SystemTimeInterruptMonitor and ThreadInterruptMonitor.

Provides two simple implementations of AbstractInterruptMonitor for user’s convenience to monitor and interrupt time-consumed procedures.

Adds class DeleteBlankOptions.

Provides options to define how to check blank cellsĀ for deleting blank rows and columns.

Removes obsolete property Worksheet.SparklineGroupCollection.

Please use Worksheet.SparklineGroups property instead.

Removes obsolete method Worksheet.SetBackground(byte[]).

Please use Worksheet.BackgroundImage property instead.

Adds HtmlTableLoadOption.TableToListObject and HtmlTableLoadOptionCollection.TableToListObject properties.

Indicates whether generate list objects fromĀ imported tables.

Adds HtmlTableLoadOptionCollection.Add(…) method.

Add a HtmlTableLoadOption to the list.

Obsolete HtmlTableLoadOption.Name property

Please use HtmlTableLoadOption.Id property instead.

Adds HtmlSaveOptions.HideOverflowWrappedText property.

Indicates whether to hide overflow text when the cell format is set to wrap text.

Adds PdfSaveOptions.EmbedAttachments property.

Indicates whether embedding Ole objects as attachments when converting Excel to pdf

Adds Cells.GetColumnOriginalWidthPoint() method.

Gets the original width of the hidden column.

Adds ExternalLink.PathType property.

Gets the relationship type of the external link.

Adds enum FileFormatType.WebP

Supports detecting the WebP image.

Adds PivotTable.RefreshData(PivotTableRefreshOption) method.

Customize the options of refreshing pivot table.

Adds Worksheet.RefreshData(PivotTableRefreshOption) method.

Customize the options of refreshing pivot tables in the worksheet.

Adds WorksheetCollection.RefreshData(PivotTableRefreshOption) method.

Customize the options of refreshing pivot tables in the workbook.

Adds classes GridFontUnderlineType in GridDesktop.

Enumerates the font underline types.

Adds GridFont.Underline property in GridDesktop.

Gets or sets the font underline type.

Adds GridWorkbookSettings.PreservePaddingSpaces property in GridWeb.

Gets or sets whether preserve those spaces and line breaks that are padded between formula tokens while getting and setting formulas. Default value is false.