Browse our Products

Aspose.Cells for .NET 25.3 Release Notes

KeySummaryCategory
CELLSNET-52957Support to get display style from Cells instead of the Cell instanceNew Feature
CELLSNET-57598Support to track conditional formating changes after shifting cellsNew Feature
CELLSNET-57806Support to get binary content of used fontsNew Feature
CELLSNET-55039Converting Excel to workbook struct json.New Feature
CELLSNET-58007Support exporting cell data to Numbers fileNew Feature
CELLSNET-58008Support exporting cells and row/column style to Numbers fileNew Feature
CELLSNET-58009Support exporting formulas to Numbers fileNew Feature
CELLSNET-58010Support exporting comments to Numbers fileNew Feature
CELLSGRIDJS-1504Support using shortcut key operation Ctrl + d as in ms excelNew Feature
CELLSGRIDJS-1505Support using shortcut key operation Ctrl + ; as in ms excelNew Feature
CELLSGRIDJS-1506Support using shortcut key operation Ctrl + shift+; as in ms excelNew Feature
CELLSNET-57861Check and apply borders of those adjacent cells when getting cell’s display styleEnhancement
CELLSNET-57167Place inline styling/formatting inside HTML elementsEnhancement
CELLSNET-57984Support for highlighting selected sheet tab in the output HTMLEnhancement
CELLSGRIDJS-1534Support copying from Excel and pasting to multiple target areasEnhancement
CELLSGRIDJS-1539Encapsulate general functions to improve and simplify the usage of GridJs .net versionEnhancement
CELLSGRIDJS-1472Support using Ctrl + R to auto-fill cell dataEnhancement
CELLSGRIDJS-1532Supports moving the cell position using the arrow keys (up, down, left, right) in read-only modeEnhancement
CELLSNET-57731AutoSize not working on Mac for CommentBug
CELLSNET-57758The position of line break changed when comparing to the display in Excel (Excel to XPS conversion)Bug
CELLSNET-577593D model display is distorted (Excel to XPS conversion)Bug
CELLSNET-57837Shape.CalculateTextSize takes long time and causes server crashBug
CELLSNET-57866The text that should be displayed vertically is incorrectly converted to a horizontal orientation in the PDFBug
CELLSNET-57867The text inside the text box with small caps formatting overlaps in the output PDFBug
CELLSNET-57315Complex number related functions were calculated incorrectly for locales that have different decimal separatorBug
CELLSNET-57684Sum of single cell of multiple sheets was calculated incorrectlyBug
CELLSNET-57804Data table (What-if analysis) formulas evaluation quirkBug
CELLSNET-57868MATCH function returns error value after calling Workbook.CalculateFormula() methodBug
CELLSNET-57924Formulas in table were calculated incorrectlyBug
CELLSNET-57957Issue with defined names when worksheet name contains dotsBug
CELLSNET-58012The dropdown lists cannot be refreshed/filled automatically in the re-saved xlsb fileBug
CELLSNET-57734The chartArea size returns an incorrect zero value.Bug
CELLSNET-57761Strikethrough in the title section was shifted downwards(XLS to XPS conversion)Bug
CELLSNET-57762Strikethrough in the data label was shifted downwards(Excel to XPS conversion)Bug
CELLSNET-57764The formula is not displayed correctly (XLS  to XPS conversion)Bug
CELLSNET-57805Chart display issues when converting XLSX to PDFBug
CELLSNET-57834Optimize the area and label layout of treemap chartBug
CELLSNET-57836Excel chart legend categories - only one of 3 levels is printed/renderedBug
CELLSNET-57839Missing labels on bottom and the blue header has vertical lines across itBug
CELLSNET-57864Chart labels are overlapping when converting chart to svgBug
CELLSNET-57930The font style of datalabels changes when saving the picture for the second timeBug
CELLSNET-57943Datalabel is missing in Bar chartBug
CELLSNET-57978Repair incorrect Multi-level category axisBug
CELLSNET-57992Repair missing Bar chart areaBug
CELLSNET-57997Repair incorrect radar chartBug
CELLSNET-57742Conditional star icon set is not same as MS Excel.Bug
CELLSNET-57772Duplicated line breaks after bullet points when using HtmlStringBug
CELLSNET-57832Conditional format borders display abnormally when saving file to htmlBug
CELLSNET-57844Unable to convert MS Excel workbook from XLS to XLSX formatBug
CELLSNET-57846Unable to convert MS Excel workbook from XLSX to XLS formatBug
CELLSNET-57862Support saving pivot table with external connection to xlsBug
CELLSNET-57903An extra blank page was generated when converting range to docxBug
CELLSNET-57925Show Borders when converting Excel to docxBug
CELLSNET-57958DataLabels of treemap chart does not show when saving as xlsxBug
CELLSNET-57982Conditional formatting is not copied correctlyBug
CELLSNET-57995The dropdown lists will only have data after data validation is requiredBug
CELLSGRIDJS-1527The operations of “Ctrl+X” and “Ctrl+V” resulted in a blank cell overwriting the cell next to the target cell.Bug
CELLSGRIDJS-1491Fix the issue where entering certain specific characters of a cell value in an empty cell triggers formula location selection.Bug
CELLSGRIDJS-1518Fix the issue of the dropdown list range not synchronizing after inserting a row.Bug
CELLSGRIDJS-1519Fix the issue that entire column’s validation type is cleared when a cell is set to “anyvalue” type.Bug
CELLSNET-58012ArgumentException “Destination array was not long enough…” when re-saving xlsb fileException
CELLSNET-57860Exception “Chart/Picture to image Error” when rendering Excel file to PDFException
CELLSNET-57890“System.NullReferenceException” when retrieving data source for the pivot tableException

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 enum LookInType.FormattedValues.

Indicates to search string content in cell’s formatted value only.

Adds method AbstractFormulaChangeMonitor.OnFormatConditionFormulaChanged(FormatCondition fc).

Notifies the formula change of FormatCondition caused by other operations such as insert/delete.

Adds method Cell.GetDisplayStyle(BorderType adjacentBorders).

Supports to get the display style of one cell with specified flags to denote how to process borders from adjacent cells.

Adds method Cells.GetCellDisplayStyle(int row, int column[, BorderType adjacentBorders]).

Supports to get the display style of one cell without getting/instantiating corresponding Cell object.

Adds enum SideBorders/DynamicStyleBorders/Diagonal for BorderType and StyleModifyFlag.

Provides special combination of multiple borders for user’s convenience for some APIs which support multiple border flags.

Obsoletes method Chart.ToImage(string, long).

Please use Chart.ToImage(string, ImageOrPrintOptions) method with specified image type(jpg) and quality.

Adds Shape.FitToTextSize() method.

Calculates a text area suitable for displaying all text content of the shape.

Changes parameter type of column index to int(from short) for Cells.EndCellInColumn() methods.

Changes the type to int instead of short for user’s convenience.

Adds WorkbookDesigner.Process(Range,Boolean) method.

Supports only processing smart markers in the range.

Adds VbaModule.BinaryCodes property.

Gets or sets binary codes.

Adds MarkdownTableHeaderType enum and MarkdownSaveOptions.TableHeaderType property.

Represents how to export header of the table in .md file.

Adds MarkdownSaveOptions.SheetSet property.

Gets or sets which sheets should be exported.

Adds DataModelTableCollection.Item[String].

Gets data model table by name.

Obsoletes properties: ChartArea.X, ChartArea.Y, ChartArea.Width, ChartArea.Height.

Please use the following properties instead: ChartArea.XRatioToChart, ChartArea.YRatioToChart, ChartArea.WidthRatioToChart, ChartArea.HeightRatioToChart.

Adds properties: ChartArea.XRatioToChart, ChartArea.YRatioToChart, ChartArea.WidthRatioToChart, ChartArea.HeightRatioToChart.

Gets or sets the X, Y, Width, Height of the ChartArea, in units of ratio of the chart object.

Obsoletes properties: ChartFrame.X, ChartFrame.Y, ChartFrame.Width, ChartFrame.Height.

Please use the following properties instead: ChartFrame.XRatioToChart, ChartFrame.YRatioToChart, ChartFrame.WidthRatioToChart, ChartFrame.HeightRatioToChart.

Adds properties: ChartFrame.XRatioToChart, ChartFrame.YRatioToChart, ChartFrame.WidthRatioToChart, ChartFrame.HeightRatioToChart.

Gets or sets the X, Y, Width, Height of the ChartFrame, in units of ratio of the chart object.

Obsoletes properties: ChartFrame.DefaultX, ChartFrame.DefaultY, ChartFrame.DefaultWidth, ChartFrame.DefaultHeight.

Please use the following properties instead: ChartFrame.DefaultXRatioToChart, ChartFrame.DefaultYRatioToChart, ChartFrame.DefaultWidthRatioToChart, ChartFrame.DefaultHeightRatioToChart.

Adds properties: ChartFrame.DefaultXRatioToChart, ChartFrame.DefaultYRatioToChart, ChartFrame.DefaultWidthRatioToChart, ChartFrame.DefaultHeightRatioToChart.

Represents default X, Y, Width, Height of the ChartFrame, in units of ratio of the chart object.

Adds properties: ChartFrame.XPixel, ChartFrame.YPixel, ChartFrame.WidthPixel, ChartFrame.HeightPixel.

Represents X, Y, Width, Height of the ChartFrame, in units of pixel.

Obsoletes properties: PlotArea.X, PlotArea.Y, PlotArea.Width, PlotArea.Height.

Please use the following properties instead: PlotArea.XRatioToChart, PlotArea.YRatioToChart, PlotArea.WidthRatioToChart, PlotArea.HeightRatioToChart.

Adds properties: PlotArea.XRatioToChart, PlotArea.YRatioToChart, PlotArea.WidthRatioToChart, PlotArea.HeightRatioToChart.

Gets or sets the X, Y, Width, Height of the PlotArea, in units of ratio of the chart object.

Obsoletes properties: PlotArea.InnerX, PlotArea.InnerY, PlotArea.InnerWidth, PlotArea.InnerHeight.

Please use the following properties instead: PlotArea.InnerXRatioToChart, PlotArea.InnerYRatioToChart, PlotArea.InnerWidthRatioToChart, PlotArea.InnerHeightRatioToChart.

Adds properties: PlotArea.InnerXRatioToChart, PlotArea.InnerYRatioToChart.

Gets or sets the x, y coordinate of the upper top corner of the PlotArea, in units of ratio of the chart object.

Adds properties: PlotArea.InnerWidthRatioToChart, PlotArea.InnerHeightRatioToChart.

Gets or sets the actual width, height of the PlotArea, in units of ratio of the chart object.

Obsoletes properties: Charts.Title.X, Charts.Title.Y.

Please use the following properties instead: Charts.Title.XRatioToChart, Charts.Title.YRatioToChart.

Adds properties: Charts.Title.XRatioToChart, Charts.Title.YRatioToChart.

Gets or sets X, Y of the ChartTitle, in units of ratio of the chart object.

Adds FontConfigs.GetFontFileDataInfo(string fontName, bool isBold, bool isItalic, bool isExactStyle) method and FontFileDataInfo, FontFileFormatType classes.

Gets data infomation of font file data.

Adds Config.BaseRouteName Property in GridJs.

Gets or sets the base route name for GridJs controller URL. The default is “/GridJs2”.

Adds GridJsOptions class in GridJs.

Represents all the load options for GridJs.

Adds GridJsService class in GridJs.

Provides the basic operation APIs used in controller actions.

Adds GridJsControllerBase class in GridJs.

Provides the default controller actions for GridJs.