Browse our Products

Aspose.Cells for CPP 25.12 Release Notes

KeySummaryCategory
CELLSCPP-1186Adds PivotGlobalizationSettings::GetNameOfDataField ApiImprovement
CELLSCPP-1187Adds AbstractCalculationEngine::SkipCalculation ApiImprovement
CELLSCPP-1189Adds some member functions to the U16String classImprovement
CELLSCPP-1195Adds read and write functionality for NumbersImprovement
CELLSNET-56963Adds API for importing LaTeX format strings in Aspose equation objectsNew Feature
CELLSNET-59436Remove the special exception of SkipCalculation() for user’s custom engineEnhancement
CELLSNET-58957Support public API to get data values from chartEnhancement
CELLSNET-59345Remove bookmark when exporting a named range to htmlEnhancement
CELLSNET-56744Support to convert cell area to pivot area setting listEnhancement
CELLSNET-59351Support to obtain full external URL/link with pathEnhancement
CELLSNET-49741Issue with shapes rendering and formatting in XLSX to HTMLBug
CELLSNET-49763Arrows are shifted or not visible for XLSX to HTMLBug
CELLSNET-51578A textbox having two columns in it is rendered with one column only in Excel to PDF renderingBug
CELLSNET-52082The Picture Format settings are ignored (the picture is grayscale in the source file)Bug
CELLSNET-55785Some shapes area unaligned when converting file to pdfBug
CELLSNET-58615The shape is not visible in the result file after adding shapeBug
CELLSNET-58637The added shape is not visible in the result file after calling AddAutoShape methodBug
CELLSNET-59310Some fields and texts are inverted when saving file to pdfBug
CELLSNET-59359Shape to image error when saving file to pdfBug
CELLSNET-59427Callout text reversed on XLSX to PDF conversionBug
CELLSNET-59441Image attribute settings are lost after copying the worksheetBug
CELLSNET-59348ReferredArea.GetValues() caused exception in debug mode for custom function’s parameterBug
CELLSNET-59478XLOOKUP formula returns “#VALUE!” after calculationsBug
CELLSNET-59337The result file crashed after creating RadialHistogram chartBug
CELLSNET-59419Data labels are not rendered correctly in Excel to PDF conversionBug
CELLSNET-59471Excel chart data label text alignment changesBug
CELLSNET-59472The label position is shifted when saving file to pdfBug
CELLSNET-59474The format of the chart data has been modified when resaving xlsm fileBug
CELLSNET-59476Specific type of scatter chart was not distinguishedBug
CELLSNET-59356Spaces are not preserved when setting Cell.HtmlString with style “white-space:pre” appliedBug
CELLSNET-59470Incorrect decimal separator in CSS for fixed rows when exporting XLSX to HTMLBug
CELLSNET-52220Custom xml shape is lost when it is in group of xlsBug
CELLSNET-59381Ole objects were converted to pictures when saving workbookBug
CELLSNET-59416The result file crashes after refreshing and calculating pivottablesBug
CELLSNET-59444Inconsistent calculated column formulas after deleting first data row of tableBug
CELLSNET-59447Invalid subtotal function when loading xlsbBug
CELLSNET-59452Fill color of formatted pivot area is incorrectBug
CELLSNET-59508Cells.MaxColumn returns -1 but MaxDataColumn return 13Bug
CELLSNET-59415Exception was watched on  SkipCalculation() method in debug modeException
CELLSNET-59369Exception “The input string ’’ was not in a correct format” for Cell.HtmlStringException

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 ChartDataValue class.

Encapsulates chart data value.

Adds two methods in Series class.

Represents the actual values that are used to plot every point in the chart. When Series.GetValues() is a link, you can use this attribute to get specific data.

Represents the actual category values that are used in the chart. When Series.GetXValues() is a link, you can use this attribute to get specific data.

Removes ChartType.RadialHistogram enumeration member.

This is a chart type that does not exist in Excel, which may cause errors.

Adds four methods in HtmlSaveOptions class.

Indicates whether to export anchor elements  for named ranges when saving as HTML.

Indicates whether to display the DataBar as an image when saving to HTML.

Adds DataBarRenderMode enum.

Represents the mode of how to render DataBar when converting Excel files to html files.

Adds two methods in ShapeCollection class.

Adds an equation object to the worksheet using LaTeX format strings.