Browse our Products

Aspose.Cells for CPP 24.3 Release Notes

KeySummaryCategory
CELLSNET-55244Support to calculate EVALUATE functionNew Feature
CELLSNET-55130Array formula and shared formula should not be allowed when setting them changes part of existing array formulaEnhancement
CELLSNET-55163Support richtext edit at formula editor boxEnhancement
CELLSNET-54288Support Excel Add-In (JavaScript) - Investigation requiredEnhancement
CELLSNET-55207Process the navigation link when converting AZW3 to xlsxEnhancement
CELLSNET-55137How to align x-axis values/labels to the leftEnhancement
CELLSNET-55143Convert Excel spreadsheet to ods with odf 1.3 standardEnhancement
CELLSNET-55215The ratios of width and height do not change simultaneously when Picture.IsLockAspectRatio is set to trueBug
CELLSNET-55122Data shift failed after calling InsertRange methodBug
CELLSNET-55151Save doubles with different precision between net5.0+ and net48 target frameworksBug
CELLSNET-55210ISERROR function returns false for NPER #NUM! errorBug
CELLSNET-55223Calling recalculation on the workbook produces “#VALUE!” errorBug
CELLSNET-55243Formula not calculated correctlyBug
CELLSNET-55120Chart data errors after calling Chart.Calculate()Bug
CELLSNET-55140The vertical text spacing in PDF B does not match the spacing in Excel.Bug
CELLSNET-55164Page layout error when converting files to imagesBug
CELLSNET-55186Importing Xml with line breaks into a table does not format correctlyBug
CELLSNET-55201The bold and italic style has been passed to the next paragraph of text when saving file to pdfBug
CELLSNET-55203The position of the line break in the ‘Request section’ is different with ExcelBug
CELLSNET-55205Paging error occurred when saving to PdfBug
CELLSNET-55059Fail to import html file with svg imageBug
CELLSNET-55111Line break is incorrect in the output xlsx after set html string into cellBug
CELLSNET-55138Issue with MergeEmptyTdForcely Option in HtmlSaveOptionsBug
CELLSNET-55149HTML line break is not being respectedBug
CELLSNET-55160Exporting XLSX file to HTML is corrupted and has a gibberish prefixBug
CELLSNET-55217The underline contained in the text is lost when converting the file to HTMLBug
CELLSNET-55115While pivoting the Excel sheet, some of the rows in the date column are showing as numberBug
CELLSNET-55121External DDE link data source is not replaced after setting new valueBug
CELLSNET-55136Venture License: CellsException - You are using an evaluation copy and have opened files exceeding limitation.Bug
CELLSNET-55144Detect a simple text file as json file.Bug
CELLSNET-55150Cell references change failed after copying WorksheetBug
CELLSNET-55156Randomly corrupting Excel files on saveBug
CELLSNET-55157Invalid shared formulas returns when loading Excel5 fileBug
CELLSNET-55172M4a file is detected as CSV when passing it as streamBug
CELLSNET-55184Unable to replace date formatted textBug
CELLSNET-55185Some Coditional formatting lost when converting to odsBug
CELLSNET-55193Mp4 file is detected as CSV when passing it as streamBug
CELLSNET-55200Picture in cell is missing after resaving the sample fileBug
CELLSNET-55218The result file crashes when resaving xlsm and using SaveFormat.AutoBug
CELLSNET-55132Insert/Delete operations cause exception when the updated range intersects with existing dynamic array formulaException
CELLSNET-55188CalculateFormula throws NullReferenceException after copying into a cell rangeException
CELLSNET-54923Loading XSLX file raises NullReferenceExceptionException
CELLSNET-55180Invalid end column index exception on CreateRange functionException
CELLSNET-55255Exception “Index was outside the bounds of the array” when loading XLS files via streamException

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.

Obsoletes GetCell(int32_t row, int32_t column) method in Cells.

Please use CheckCell(int32_t row, int32_t column) instead.

Obsoletes GetRow(int32_t row) method in Cells.

Please use CheckRow(int32_t row) instead.

Obsoletes IsStrictSchema11/SetIsStrictSchema11 methods in OdsSaveOptions.

Use GetOdfStrictVersion/SetOdfStrictVersion instead.

Adds GetOdfStrictVersion/SetOdfStrictVersion methods to OdsSaveOptions.

The generated ods files complie with the strict of ODF.

Adds MergeEmptyTdType enum.

Represents the merge type for empty TD element when exporting file to html.

Adds GetMergeEmptyTdType/SetMergeEmptyTdType methods to HtmlSaveOptions.

The option to merge contiguous empty cells(empty td elements).

Obsoletes GetMergeEmptyTdForcely/SetMergeEmptyTdForcely methods in HtmlSaveOptions.

Use GetMergeEmptyTdType/SetMergeEmptyTdType instead.

Adds TickLabelAlignmentType enum.

Represents the text alignment type for the tick labels on the axis.

Adds GetAlignmentType/SetAlignmentType methods to TickLabels.

Gets and sets how to align the tick labels of the axis.

Adds Azw3 to enum FileFormatType.

AZW3 format.

Adds Azw3 to enum LoadFormat.

Represents an AZW3 file.

Adds IsMissing method to PivotItem.

Indicates whether this item does not exist in the data source of pivot table.