Browse our Products

Aspose.Cells for JavaScript via C++ 26.2 Release Notes

KeySummaryCategory
CELLSCPP-1207Crash when saving XLSX to PDF with version 26.1Bug
CELLSNET-59382Support getting python script from cell that uses python formulaNew Feature
CELLSNET-59733Allow user to calculate defined LAMBDA function in custom calculation engineNew Feature
CELLSNET-59756Provide specific assembly for .NET 4.8New Feature
CELLSNET-59481Support ODF 1.4New Feature
CELLSNET-59727Support whether to include table names when importing NumbersNew Feature
CELLSNET-59528Support copying shapes when copying columnsEnhancement
CELLSNET-59551Support simply getting all pictures which are placed in or over cells.Enhancement
CELLSNET-59724Support R/W pivotOptions since Excel 2016Enhancement
CELLSNET-59764Workbook links are not working in .xlsm or .xlsx fileEnhancement
CELLSNET-59510Text line spacing error when saving file to pdfBug
CELLSNET-59741Invalid auto shape type when copying picture.Bug
CELLSNET-59746Image transparency is incorrect when converting Excel files to PDFBug
CELLSNET-59794The calculated height of the text in the text box is different from the expected height.Bug
CELLSNET-597213-D refererence formulas are corrupted if sheet name contains a spaceBug
CELLSNET-59725Formula in the generated XLSB file shows #VALUE! but after pressing enter it becomes correct number valueBug
CELLSNET-59776Some values are lost when iterating the sorted result in calculating formulaBug
CELLSNET-59777Some values are lost when accessing cells randomly in calculation of formulasBug
CELLSNET-59766Print area is not honoredBug
CELLSNET-59674Big row numbers overlap right sibling cells and long text in cell is truncatedBug
CELLSNET-59715Winding font characters are not preserved while converting XLS to HTMLBug
CELLSNET-59722Slicers of pivot charts are not working after savingBug
CELLSNET-59748The number format is changed when converting xls to xlsx file.Bug
CELLSNET-59754Ttml was detected as htmlBug
CELLSNET-59755Help.com was detected as CSV when using stream for FileFormatUtil.DetectFileFormat()Bug
CELLSNET-59802Line shape is not copied correctly when copying rowsBug
CELLSNET-59745CalculateFormula() causes exception after copying range from table’s first row to all other rowsException
CELLSNET-59795NullReferenceException when calculating CalcGETPIVOTDATA function with invalid paramException

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

Supports to get or set a value indicating whether to show expand/collapse field buttons.

Adds and obsoletes some methods in Picture class.

Add:

Indicates whether to place the image in a cell or over cells.

Obsoletes:

Please use IsPlacedInCell()/SetIsPlacedInCell(…) method instead.

Adds some methods in NumbersLoadOptions class.

Indicates whether to preserve table names when importing from Numbers.

Adds new enum member OpenDocumentFormatVersionType::Odf14.

Support ODF Version 1.4.

Adds some methods in PivotTable class.

Gets or sets the table style settings of this pivot table.

Represents the blank area at the top-right of the PivotTable (top-left for RTL sheets).

Gets the region of the filter area.

Gets the button area for a specified axis type.

Adds new method Worksheet.GetAllPictures().

Gets all pictures including images embedded in cells and over the cells.