Aspose.Cells for .NET 23.2 Release Notes

KeySummaryCategory
CELLSNET-52620Support to parse/read/save SCAN and Lambda functionsNew Feature
CELLSNET-52666Supports multiple pagination formats when converting Excel to pptxNew Feature
CELLSNET-52627Extract cell style to a generic object (i.e. JSON)Enhancement
CELLSNET-52683Cell.Formula is not same as displayed in MS ExcelBug
CELLSNET-52691Formulas are calculated incorrectlyBug
CELLSNET-52519Issue with reading charts from Excel file (generated by Aspose.Cells) through Microsoft Graph APIBug
CELLSNET-52544Chart to PDF not same as to imageBug
CELLSNET-52635Text in chart in SVG has wrong positionBug
CELLSNET-52585Generated xps file could not be loaded by System.Windows.Xps.Packaging.XpsDocumentBug
CELLSNET-52622Cannot generate SVG with superscript and subscript from Excel fileBug
CELLSNET-52692Text is lost in the converted XPS documentBug
CELLSNET-52438Data loss in saving a pivot table chartBug
CELLSNET-52555Difference in character/text position when rendering the selected worksheet to HTMLBug
CELLSNET-52583Conversion to Docx produce one extra blank pageBug
CELLSNET-52612Problem to open PowerQuery after changeBug
CELLSNET-52613Converting Numbers to Pptx produce broken resultBug
CELLSNET-52630HTML to Excel conversion - tables are not rendered correctlyBug
CELLSNET-52631Saving an XLSX file as XLSB damages colors and adds filtersBug
CELLSNET-52639Chart axis title rotation resets after copying with Aspose.CellsBug
CELLSNET-52662Xml Import loses formulas in calculated columnsBug
CELLSNET-52671XmlImport corrupts file when trying to refresh Pivot Tables with calculated columnBug
CELLSNET-52675The style of the cell lost after importing xml.Bug
CELLSNET-52684Comment formatting lost When copying RangeBug
CELLSNET-52690JsonLayoutOptions does not work.Bug
CELLSNET-52696Table operations generate corrupted excel filesBug
CELLSNET-52549Save Sheet to HTML with SmartArt throws System.NullReferenceExceptionException

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 .NET. If you have concerns about any change listed, please raise it on the Aspose.Cells support forum.

Adds ChartTextFrame.IsAutomaticRotation property

Indicates whether the text of the chart is automatically rotated.

Obsoletes JsonLayoutOptions.IgnoreObjectTitle and JsonLayoutOptions.IgnoreArrayTitle properties

Please use JsonLayoutOptions.IgnoreTitle property instead.

Adds JsonLayoutOptions.IgnoreTitle property

Ingores titles of Json attributes when converting json to Excel.

Adds Style.ToJson() method

Converts style of Excel files to json file

Adds Cell.ToJson() method

Converts a cell of cells to json file.