Browse our Products

Aspose.Cells for CPP 25.3 Release Notes

KeySummaryCategory
CELLSCPP-1148Support comparing display values when searching textBug
CELLSCPP-1150Line chart is not rendered properly in the output imageBug
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
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
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-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 C++. 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 one method in AbstractFormulaChangeMonitor.

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

Adds one method in Cell.

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

Adds two methods in Cells.

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

Adds new enum values for BorderType and StyleModifyFlag.

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

For BorderType:

For StyleModifyFlag:

Obsoletes method in Chart.

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

Adds one method in Shape.

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

Changes the index parameter type of the Cells.EndCellInColumn(…) method.

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

Old methods:

New methods:

Adds one method in VbaModule.

Gets and sets binary codes.

Adds MarkdownTableHeaderType enum.

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

Adds two methods in MarkdownSaveOptions.

Gets and sets how set the header of the table.

Gets or sets the sheets to render. Default is all visible sheets in the workbook.

Adds two method in DataModelTableCollection.

Gets data model table by name.

Obsoletes some methods and replace them with others in ChartArea.

Obsoletes some methods and replace them with others in ChartFrame.

Obsoletes some methods and replace them with others in PlotArea.

Obsoletes some methods and replace them with others in Title.