Browse our Products

Aspose.Cells for CPP 25.7 Release Notes

KeySummaryCategory
CELLSCPP-1172Aspose.Cells 25.6 C++ - core dump running on LinuxBug
CELLSNET-58586Support ISOMITTED function in calculating LAMBDA functionNew Feature
CELLSNET-58216Support TAKE functionNew Feature
CELLSNET-58593Support Variables in Excel template for smart markerNew Feature
CELLSNET-58504Support exporting floating picture to NumbersNew Feature
CELLSNET-58696Optimize the rendering of polylines when generating PDF filesEnhancement
CELLSNET-58559Aspose.Cells equivalent of VBA Styles.MergeEnhancement
CELLSNET-58602Support exporting Excel to docx as pasteEnhancement
CELLSNET-58162Enhance the export of cell formats to NumbersEnhancement
CELLSNET-58513Shapes have different lines with excel when converting file to pdfBug
CELLSNET-58671The result file cannot edit points after adding free formBug
CELLSNET-58674The shape becomes a gray filled area when converting file to xpsBug
CELLSNET-58680Fix the issue of incomplete rendering arcBug
CELLSNET-58716Shape to image error when converting file to pdfBug
CELLSNET-58572IndexOutOfRangeException occurs when calling Cell.SetDynamicArrayFormula methodBug
CELLSNET-58582Exception was thrown when using custom engine to ignore the calculation of custom functionsBug
CELLSNET-58583XLOOKUP should be calculated as error value but not when searched value is errorBug
CELLSNET-58598XLOOKUP was calculated incorrectly with single cell of ERROR value as searched rangeBug
CELLSNET-58604FILTER() function should produce error when there is any error value in the filtered rangeBug
CELLSNET-54534Support to cache cells data in disk/file to improve memory performanceBug
CELLSNET-58433Leaderlines still visible in the chart even we disable in codeBug
CELLSNET-58452Chart.CategoryAxis.GetAxisTexts() are not the same as what MS Excel showsBug
CELLSNET-58554Chart transparent line is visible and dashed line is printed like dottedBug
CELLSNET-58573The result image is missing the title and leader lines of chart displayed in excel when saving chart to imageBug
CELLSNET-58618Location of PlotArea in charts is no longer calculated properly in recent Aspose.Cells versionBug
CELLSNET-58693The XAxis labels shown in legend when converting chart to imageBug
CELLSNET-58597The sheet bar context menu does not showBug
CELLSNET-58474The timeline is inconsistent with excel when converting file to xpsBug
CELLSNET-58553Language property of reading options is different when converting file to PDF with exporting document structureBug
CELLSNET-58580The blocks of timeline exceed plot area while converting to xps/pdfBug
CELLSNET-58581The fill of the first block of timeline is not right while converting to xpsBug
CELLSNET-58686‘Operation is not supported on this platform’ exception occurs while opening workbook in Blazor WebAssemblyBug
CELLSNET-58676Saving in HTML is not correctBug
CELLSNET-58499Regression: CalculateData throws System.NullReferenceExceptionBug
CELLSNET-58564ArgumentException(The password could not be null or empty) occurs when saving file using MetadataOptionsBug
CELLSNET-58574Corrupted pivot table view when changing the name of data fieldBug
CELLSNET-58578Unnecessary total label in the pivot table view.Bug
CELLSNET-58591Cells.importdata is failing if there is invalid formulaBug
CELLSNET-58607Invalid IconSetType valBug
CELLSNET-58611Totals row in the table is not recovering correctlyBug
CELLSNET-58623NotPrimitive shape need to resize when resize in excelBug
CELLSNET-58627Throws an Exception when opening file with pivot table.Bug
CELLSNET-58641The comment should be hiddenBug
CELLSNET-58681‘System.IndexOutOfRangeException’ occurred in Aspose.Cells.dll: ‘Index was outside the bounds of the array" on loading an XSLM fileBug
CELLSNET-58685Gap Missing when using arrays of string in templateBug

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 three methods in CellsHelper class.

Specifies the folder for temporary files that may be used as data cache for memory performance consideration.

Add the enumeration item MemorySetting::FileCache.

Specifies to use temporary file as cache for cells data model.

Adds two methods in Cells class.

Indicates whether all columns are hidden by default.

Adds two methods in MarkdownSaveOptions class.

Indicates whether to calculate formulas before saving markdown file.

Adds four methods in ShapePath class.