Browse our Products

Aspose.Cells for CPP 26.4 Release Notes

KeySummaryCategory
CELLSNET-59903Support to calculate REGEXEXTRACT functionNew Feature
CELLSNET-59904Support to calculate REGEXREPLACE functionNew Feature
CELLSNET-59975Support to expend table when copying rangesNew Feature
CELLSNET-59964Support to copy one rich value from another workbookEnhancement
CELLSNET-59976Shift formulas after insert cut rangesEnhancement
CELLSNET-60018Support to format a whole row or column of pivot tableEnhancement
CELLSNET-60023Support to export total label of table column to xls fileEnhancement
CELLSNET-59982Final punctuation mark “。” missing in the output PDF - Excel to PDF conversionBug
CELLSNET-60002Fail to set font color for shapeBug
CELLSNET-60005Shape.Id changed after saveBug
CELLSNET-59952NullPointerException was thrown when setting dynamic array formula for a cell with custom valuesBug
CELLSNET-59953Array formula with volatile functions is not saved properly when saving xlsx fileBug
CELLSNET-59985CalculateFormula fails on chained dynamic array formulasBug
CELLSNET-60011AND function in shared formula was calculated incorrectlyBug
CELLSNET-60012INDEX function in shared formula was calculated incorrectlyBug
CELLSNET-60028Defined Name staring with a pair of square brackets and enclosed content is taken as invalidBug
CELLSNET-60029Setting formula failed when referencing to defined name starting with square bracketsBug
CELLSNET-60064Cell.StringValue does not format the value with rich value of formatted numberBug
CELLSNET-60068MAP function was calculated as #VALUE! but in ms excel it should be #CALC!Bug
CELLSNET-59907Pillars incomplete when rendering imageBug
CELLSNET-59940Excel chart data labels corrupted with ‘CELLR’ text and oversized balloons during renderingBug
CELLSNET-59947Missing label in the legend of a PivotChart on Chart.ToPdf methodBug
CELLSNET-59972Abnormal “Infinity” data appears in the XPS fileBug
CELLSNET-59986Chart legend incorrectly displays hidden ‘Lower Bound’ series and omits ‘Range’ series during exportBug
CELLSNET-59989Support to decrypt encrypted odf 1.4 in .NetFramwork4.8, .net6, .net8 or aboveBug
CELLSNET-59827Indent of pivot item is not same as MS ExcelBug
CELLSNET-59942Copying sheets between workbooks causes issues when textjoin is used in a formulaBug
CELLSNET-59950STOCKHISTORY formula caused circular reference error in xlsbBug
CELLSNET-59955The line graph (Sparklines) under the column Trend (line) is totally different from ExcelBug
CELLSNET-59962Lost data source of pivot chartBug
CELLSNET-59973Structured table references in formulas are corrupted after Cells.InsertCutCellsBug
CELLSNET-59983Removing the first row of a table gives errorBug
CELLSNET-60007Issue with AutoFitColumns functionBug
CELLSNET-60008An extra blank row was inserted when pivot table does not contain grandtotal row.Bug
CELLSNET-60034Data corruption and ‘#VALUE!’ errors after XLSX to XLSM to XLSX conversionBug
CELLSNET-60044Invalid row subheading area if  blank rows are inserted for the next level pivot fileBug
CELLSNET-60048Enhance the style of  pivot filter region with paginationBug
CELLSNET-60066Embedded objects becomes pictures.Bug

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 two methods in CopyOptions class.

Indicates whether to refer to target worksheet if the referred worksheet is not copied.

Adds three members in ErrorCellValueType enum.

Represents the value of a cell containing a #VALUE! error.

Represents the value of a cell containing a #REF! error.

Represents the value of a cell containing a #NAME? error.