Browse our Products

Aspose.Cells for .NET 24.2 Release Notes

KeySummaryCategory
CELLSNET-55072Support the TOROW/TOCOL functionsNew Feature
CELLSNET-54913Support to show “convert to number” menu for the cell which has number stored as textNew Feature
CELLSNET-54977Support to copy/paste Image and Html content to GridDesktopNew Feature
CELLSNET-55075Support key word search for filter list for GridDesktopNew Feature
CELLSNET-55078Support clear filter operation for GridDesktopNew Feature
CELLSNET-55079Support number filter for GridDesktopNew Feature
CELLSNET-55056Support detecting oxps formatNew Feature
CELLSNET-55009Support parsing color attribute containing “var” or “rgba” fieldsNew Feature
CELLSNET-54905Improve performance of sorting large datasetEnhancement
CELLSNET-54845Improve filter for large data for GridDesktopEnhancement
CELLSNET-55029Provide options to differentiate empty cells when exporting data to DataTable and detecting data typeEnhancement
CELLSNET-54993Obtain incorrect connection points when calling the GetConnectionPoints methodBug
CELLSNET-55010The result file crashes after setting X rotation of LineBug
CELLSNET-54960Cell background color incorrect for conditional formattingBug
CELLSNET-54964MAP returns #VALUE! error when input arrays have length of 1Bug
CELLSNET-55068The formula in adjacent cell is removed after calling ImportDataBug
CELLSNET-54953The bar chart changed direction after resaving the sample fileBug
CELLSNET-54965The line style of Chart changes after copying the rangeBug
CELLSNET-54847Some UI message in GridDesktop have not been localizedBug
CELLSNET-55000Custom server validation does not show in GridWebBug
CELLSNET-55024Check box validation does not work in GridWebBug
CELLSNET-55050Dropdown list does not load in GridWeb .net coreBug
CELLSNET-55051Support to extend display area for cell content in GridWeb for .net core when open the customer’s fileBug
CELLSNET-54972Error setting Cell.HtmlString for em font sizes smaller 1.0Bug
CELLSNET-55005Span text elements are gone after saving html to excelBug
CELLSNET-55006HR black line elements are gone after saving html to excelBug
CELLSNET-55007First table bottom border is gone after saving file to excelBug
CELLSNET-54998Extra borders and border color errors occurred when resaving xlsb fileBug
CELLSNET-55034Some strange values appear when opening a workbook with LoadDataFilterOptions.CellValueBug
CELLSNET-55044Columns are sometimes hidden incorrectly after filtering blank cellsBug
CELLSNET-55062Pivot table refresh results are incorrectBug
CELLSNET-55063The resultant file crashes after filtering blank cellsBug
CELLSNET-54971Cell.HtmlString CSS “color:#FF0000 !important” throws an ExceptionException
CELLSNET-54992ArgumentOutOfRangeException occurred when copying the worksheetException
CELLSNET-55001NullReferenceException occurred when saving a WorkbookException
CELLSNET-55027New Workbook - System.ArgumentOutOfRangeExceptionException

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 FileFormatType.Oxps enum.

OXPS (Open XML Paper Specification) format.

Adds ChartCalculateOptions class.

The class represents the options for calculating chart.

Adds Chart.Calculate(ChartCalculateOptions) method.

Calculates the custom position of plot area, axes if the position of them are auto assigned, with specified options.

Adds Cells.GetColumnWidthPixel(Int32, Boolean) method

Gets the original width of the hidden columns.

Adds ExportTableOptions.AllowDBNull property

Indicates whether the column allows null values.