Browse our Products

Aspose.Cells for CPP 24.4 Release Notes

KeySummaryCategory
CELLSNET-55146Support converting ChartX to imageNew Feature
CELLSNET-55335Provide simple implementations of interrupt monitor for user’s convenienceNew Feature
CELLSNET-55361Embed attachments when converting OLE Object to pdf fileNew Feature
CELLSNET-55250Support embedding images into cells for xlsb fileNew Feature
CELLSNET-55456Support hiding rows and columns when exporting Numbers files to xlsxNew Feature
CELLSNET-55457Support merging cells in Numbers file export to xlsxNew Feature
CELLSNET-55458Support exporting charts from Numbers files to xlsxNew Feature
CELLSNET-55453Support to take cell as blank if its formula’s calculated result is empty string when deleting blank rows/columnsEnhancement
CELLSNET-55314Export picture in cell to htmlEnhancement
CELLSNET-55248Supported copying the embedded image in the cellEnhancement
CELLSNET-55249Shift the index of embedded image when deleting image from poolEnhancement
CELLSNET-55251Gets web image meta data of cellsEnhancement
CELLSNET-55308Export range to JSON as array of arraysEnhancement
CELLSNET-55310Support getting web image meta data of cells.Enhancement
CELLSNET-55331Support copying Dynamic Array FormulaEnhancement
CELLSNET-55418Expose the “Type” property to determine if external links have a valid path or notEnhancement
CELLSNET-55139The textbox is misaligned when comparing to its positioning in ExcelBug
CELLSNET-55147The PDF file is missing the SVG imageBug
CELLSNET-55363T.DIST.2T fails when deg_freedom >342Bug
CELLSNET-55407Incorrect values obtained after calling formula calculationBug
CELLSNET-55297Excel to PDF producing Postscript coordinates with InfinityBug
CELLSNET-55298Chart rendering error when converting file to PDFBug
CELLSNET-55306Excel to PowerPoint Conversion - X-Axis Label Orientation IssueBug
CELLSNET-55353Missing Chart Labels Issue when Converting Excel File to Word DocumentBug
CELLSNET-55303The right and bottom parts protrude onto another page when saving file to pdfBug
CELLSNET-55344The text position in the cell is biased towards the bottom while saving to pdfBug
CELLSNET-55347Vertical text display error when converting file to PDFBug
CELLSNET-55365XLSX to HTML: Table text changes directionBug
CELLSNET-55405XLSX to HTML: Incorrect row heightBug
CELLSNET-55416Html var color becomes black when importing html string.Bug
CELLSNET-55417Convert ARGB to RGB when importing html stringBug
CELLSNET-54821Metadata file is missing when converting xlsb to xlsxBug
CELLSNET-55076Caculated result of pivot table with grouped fields is not same as ExcelBug
CELLSNET-55242Output Discrepancies 23.8 vs 24.2Bug
CELLSNET-55257Incorrect formulas when exporting shared formulas with whole colums or rows to odsBug
CELLSNET-55296Issue with cell references changes after copying worksheetsBug
CELLSNET-55305Password-protected Excel file is getting corrupted after opening and saving back with Aspose.CellsBug
CELLSNET-55309Rows are hidden incorrectly after filtering blank cellsBug
CELLSNET-55316The document is NOT conformant ODF1.3Bug
CELLSNET-55336Connection lost after copying fileBug
CELLSNET-55355FileFormatUtil.DetectFileFormat detected the format of protected files and obtained incorrect resultsBug
CELLSNET-55362When deleting last column from Excel Worksheet, filter is not removed from itBug
CELLSNET-55379The generated xls file with external name is in protect view of MS Excel.Bug
CELLSNET-55386Lost data when importing JsonBug
CELLSNET-55415Font size is out of range when setting html stringBug
CELLSNET-55439Tab color lost when converting Excel to OdsBug
CELLSNET-55440Invalid formulas of format condition when loading OdsBug
CELLSNET-55447The result file crashes when converting xlsx to xlsbBug
CELLSNET-55477Corrupted xlsx file if the columns of the table contains same nameBug
CELLSNET-55348Exception of saving format conditions of ColorScale to XlsException
CELLSNET-55436FormatException occurred when setting Cell.HtmlStringException
CELLSNET-55259Exception is thrown when calcuating pivot tables.Exception
CELLSNET-55299An exception occurred when deleting a hyperlinkException
CELLSNET-55382Exception “Input string was not in a correct format” when loading an Excel fileException
CELLSNET-55388Throw Invalid Cell Name exception when loading xlsx fileException
CELLSNET-55471ArgumentOutOfRangeException when loading the converted ods fileException
CELLSNET-55472NullReferenceException when calling Cells.DeleteColumn methodException

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 classes SystemTimeInterruptMonitor.

It is convenient for users to monitor and interrupt time-consuming programs.

Adds class DeleteBlankOptions.

Provides options to define how to check blank cells for deleting blank rows and columns.

Obsolete GetName/SetName methods in HtmlTableLoadOption

Please use GetId/SetId methods instead.

Adds GetTableToListObject/SetTableToListObject methods in HtmlTableLoadOption.

Indicates whether generate list objects from imported tables.

Adds GetTableToListObject/SetTableToListObject methods in HtmlTableLoadOptionCollection.

Indicates whether generate list objects from imported tables.

Adds Add(…) method in HtmlTableLoadOptionCollection.

Add a HtmlTableLoadOption to the list.

Adds GetHideOverflowWrappedText/SetHideOverflowWrappedText methods in HtmlSaveOptions.

Indicates whether to hide overflow text when the cell format is set to wrap text.

Adds GetEmbedAttachments/SetEmbedAttachments methods in PdfSaveOptions.

Indicates whether embedding Ole objects as attchment when converting Excel to pdf

Adds GetColumnOriginalWidthPoint method in Cells.

Gets the original width of the hidden column.

Gets the relation ship type of the external link.

Adds enum FileFormatType::WebP

Supports detecting the WebP image.

Adds RefreshData(PivotTableRefreshOption) method in PivotTable.

Customize the options of refreshing pivot table.

Adds RefreshPivotTables method in Worksheet.

Customize the options of refreshing pivot tables in the worksheet.

Adds RefreshPivotTables method in WorksheetCollection.

Customize the options of refreshing pivot tables in the workbook.