Browse our Products

Aspose.Cells for CPP 26.3 Release Notes

KeySummaryCategory
CELLSCPP-1212Text gets mirrored when saving XLSX to PDFBug
CELLSCPP-1213The text inside the graphic was unexpectedly flipped horizontally.Bug
CELLSNET-59900Enhancement for saving some advanced functions in formula for XLSBEnhancement
CELLSNET-59844Support to parse legend tag when importing HTMLEnhancement
CELLSNET-59807Support to parse label tag when importing HTMLEnhancement
CELLSNET-59894Enhancement for copying rich value to other workbooksEnhancement
CELLSNET-59803Shape.FitToTextSize() method does not work preciselyBug
CELLSNET-59821When textParagraph.IsHangingPunctuation is True, the output PDF will have missing punctuation marksBug
CELLSNET-59846The text height calculated by ‘CalculateTextSize’ did not exceed the text box, but the text overflowed the text box when outputting the PDF.Bug
CELLSNET-59850Aspose.Cells v25.11 - Unexpected White Boxes During Excel to PDF ConversionBug
CELLSNET-59822Hidden rows are not made visible after removing the filter and refreshing againBug
CELLSNET-59853Negative value is formatted as positive with custom formatting “[<>0]#,###.00;”Bug
CELLSNET-59857DataSorter and Excel Group/Outlines compete with each otherBug
CELLSNET-59885Xlookup error _xlfn.XLOOKUP for Xlsb and Excel OnlineBug
CELLSNET-59890Saving a file using FileFormatToSaveFormat removes dataBug
CELLSNET-59771PlotArea.BackgroundMode does not workBug
CELLSNET-59847Exception ‘Chart/Picture to image Error’ when converting Excel file with chart to XPS fileBug
CELLSNET-59848Pareto chart.ToImage() renders multi-level category labels incorrectlyBug
CELLSNET-59851DataLabels.DirectionType does not workBug
CELLSNET-59824Missing images when converting Excel to XPSBug
CELLSNET-59823Exception when saving an xlsx fileBug
CELLSNET-59828Saving the re-saved file by Aspose.Cells in ms excel cause it crashBug
CELLSNET-59849The XLSX file is opening indefinitelyBug
CELLSNET-59854Excel in-cell Checkbox control is not retained for .xlsb workbookBug
CELLSNET-59871Inconsistent chart data references after copying worksheets (AddCopy / CopyOptions)Bug
CELLSNET-59876Inconsistent waterfall chart data references after combining workbookBug
CELLSNET-59877Invalid color of pivot area formatBug
CELLSNET-59891Worksheet copy does not support Rich ValuesBug
CELLSNET-59896New formula STOCKHISTORY caused NullReferenceException when saving workbook to Xlsb formatBug
CELLSNET-59897Excel Data Types caused NullReferenceException when saving workbook to Xlsb formatBug
CELLSNET-59898Stock rich data does not work when saving as xlsbBug
CELLSNET-59887Exception occurs when converting an XLSX file with images to NumbersBug

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

Specifies how <p> elements are rendered when loading HTML.

Obsoletes two methods in ChartFrame class.

Please use ChartFrame.GetArea().GetFillFormat().GetFillType() / ChartFrame.GetArea().GetFillFormat().SetFillType(FillType::Automatic) instead.

Adds new enum HtmlParagraphLayoutMode.

Represents how <p> elements are rendered during HTML load.

Adds two methods in TableStyle class.

Creates a TableStyle instance with the specified name for the given worksheets collection.

Adds two members in TableStyleElementType enum.

Represents a style element that applies to the header of a pivot table’s grand total column.

Represents a style element that applies to the header of a pivot table’s grand total row.