Browse our Products

Aspose.Cells for CPP 24.2 Release Notes

KeySummaryCategory
CELLSCPP-1031Implement UUID APINew Feature
CELLSNET-55072Support the TOROW/TOCOL functionsNew Feature
CELLSNET-54913Support to show “convert to number” menu for the cell which has number stored as textNew Feature
CELLSNET-55056Support detecting oxps formatNew Feature
CELLSNET-55009Support parsing color attribute containing “var” or “rgba” fieldsNew Feature
CELLSNET-54905Improve performance of sorting large datasetEnhancement
CELLSNET-55029Provide options to differentiate empty cells when exporting data to DataTable and detecting data typeEnhancement
CELLSCPP-1052Shared formulas disappear in Aspose.Cells for C++Bug
CELLSNET-54993Obtain incorrect connection points when calling the GetConnectionPoints methodBug
CELLSNET-55010The result file crashes after setting X rotation of LineBug
CELLSNET-54960Cell background color incorrect for conditional formattingBug
CELLSNET-54964MAP returns #VALUE! error when input arrays have length of 1Bug
CELLSNET-55068The formula in adjacent cell is removed after calling ImportDataBug
CELLSNET-54953The bar chart changed direction after resaving the sample fileBug
CELLSNET-54965The line style of Chart changes after copying the rangeBug
CELLSNET-54972Error setting Cell.HtmlString for em font sizes smaller 1.0Bug
CELLSNET-55005Span text elements are gone after saving html to excelBug
CELLSNET-55006HR black line elements are gone after saving html to excelBug
CELLSNET-55007First table bottom border is gone after saving file to excelBug
CELLSNET-54998Extra borders and border color errors occurred when resaving xlsb fileBug
CELLSNET-55034Some strange values appear when opening a workbook with LoadDataFilterOptions.CellValueBug
CELLSNET-55044Columns are sometimes hidden incorrectly after filtering blank cellsBug
CELLSNET-55062Pivot table refresh results are incorrectBug
CELLSNET-55063The resultant file crashes after filtering blank cellsBug
CELLSNET-54971Cell.HtmlString CSS “color:#FF0000 !important” throws an ExceptionException
CELLSNET-54992ArgumentOutOfRangeException occurred when copying the worksheetException
CELLSNET-55001NullReferenceException occurred when saving a WorkbookException
CELLSNET-55027New Workbook - System.ArgumentOutOfRangeExceptionException

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 FileFormatType::Oxps enum.

OXPS (Open XML Paper Specification) format(Currently only file format detection is supported).

Adds ChartCalculateOptions class.

The class represents the options for calculating chart.

Add Calculate(const ChartCalculateOptions&) method to Chart class.

Calculates the custom position of plot area, axes if the position of them are auto assigned, with specified options.

Adds GetColumnWidthPixel(int32_t, bool) method to Cells class

Gets the original width of the hidden columns.

Adds GetId/SetId methods to SignatureLine class

Gets or sets identifier for this signature line.

Adds GetProviderId/SetProviderId methods to SignatureLine class

Gets or sets the id of signature provider.

Adds GetCreateId/SetCreateId methods to Shape class

Gets or sets create id for this shape.

Adds the GetGuid method to RevisionCustomView class

Gets the globally unique identifier of the custom view.

Add GetId/SetId methods to DigitalSignature class

Specifies a GUID which can be cross-referenced with the GUID of the signature line stored in the document content. Default value is Empty (all zeroes) Guid.

Add GetProviderId/SetProviderId methods to DigitalSignature class

Specifies the class ID of the signature provider. Default value is Empty (all zeroes) Guid.

Add UUID type definition

Guid struct.