Browse our Products

Aspose.Cells for .NET 24.9 Release Notes

KeySummaryCategory
CELLSNET-56300Supports reading, storing and rendering of limit equations and equation groupsNew Feature
CELLSNET-56319Supports exporting equation content to MathML formatNew Feature
CELLSGRIDJS-1250Support for syntax checking and spell correction for user input in GridJsNew Feature
CELLSGRIDJS-1268Support show formula explanation in GridJsNew Feature
CELLSGRIDJS-1271Support show formulas in GridJsNew Feature
CELLSNET-56364Support to choose whether equations should be output as images or MathML stringsNew Feature
CELLSNET-56593Support to export cell address as attribute when saving HTMLNew Feature
CELLSNET-43395Support to translate “Sum of” column in PivotTable reportNew Feature
CELLSNET-56419Support getting formula of pivot calcuated itemNew Feature
CELLSNET-56420Support getting formula of pivot calcuated field in .xlsb fileNew Feature
CELLSNET-56431Support parsing feature property bags of xlsxNew Feature
CELLSNET-56466Support creating CheckBoxes for rangeNew Feature
CELLSGRIDJS-1176Support using formulas as parameters for setting verification.New Feature
CELLSNET-56213Support to extract math equation to LaTeX formatEnhancement
CELLSNET-56594Optimize image resource release while converting to pdfEnhancement
CELLSNET-56595Optimize image data handing while converting to pdfEnhancement
CELLSNET-56445Conversion of checkboxes to # signs when convert to htmlEnhancement
CELLSNET-56398Improve performance of calculating grouped pivot fieldEnhancement
CELLSNET-56451Support detecting OLE (Object Linking and Embedding) formatEnhancement
CELLSGRIDJS-1249Optimize the calculation method for the title display coordinates in the chart.Enhancement
CELLSGRIDJS-1243Support show time control in mobile when cell format number type is timeEnhancement
CELLSGRIDJS-1256Optimize the style of validation editing and validation failure prompts on mobile devices.Enhancement
CELLSGRIDJS-1232Optimize the display of date selection interface in multilingual conditions.Enhancement
CELLSNET-54570Part of shape’s text got lost when saving to pdfBug
CELLSNET-56064Issue with printing comments in Excel to PDF conversionBug
CELLSNET-56180Extracting Math equations to image not workingBug
CELLSNET-56504CheckBoxActiveXControl is lost when converting file to pdfBug
CELLSNET-56549Limit equations do not render as expected when rendering to PDFBug
CELLSNET-55981Dynamic images do not refresh properly if we remove a worksheetBug
CELLSNET-56490The result file crashes when loading template file with AbstractInterruptMonitor and then re-save itBug
CELLSNET-56588Conditional Formatting with Spill formula does not execute properlyBug
CELLSNET-56624Chaning range name not working for XLSBBug
CELLSNET-56587Getting stuck on workbook.CalculateFormula()Bug
CELLSNET-45020Chart axis are rotated when chart is rendered to imageBug
CELLSNET-46588Discrepancies in output PDF while converting from XLSXBug
CELLSNET-46937Drawing shapes not rendered fine in HTMLBug
CELLSNET-56511Some of the text in the chart, font rendering is not the same as ExcelBug
CELLSNET-56596Excel to PDF conversion distorts some charts/diagramsBug
CELLSNET-56645Excel Charts are scaled when converted to EMF imagesBug
CELLSNET-56430Conversion of checkboxes to # signs when convert to pdfBug
CELLSNET-56627Diagonal border display error when saving file to pdfBug
CELLSNET-56629Missing images when converting particular Xlsx to PdfBug
CELLSNET-56447Wrong decimal separator in CSS properties for German locale/region when saving HTMLBug
CELLSNET-45681Corrupted xlsb file when converting xlsx file to xlsbBug
CELLSNET-52854pivot item hidden not work as expectBug
CELLSNET-56241Single node is exported as attributes when exporting file to JSONBug
CELLSNET-56416Output Excel file is corruptedBug
CELLSNET-56422Saved xlsx is corrupted file with uncacluated pivot tableBug
CELLSNET-56433Ungrouping PivotField should keep original fieldBug
CELLSNET-56458Category and ContentStatus properties in created XLS have incorrect valuesBug
CELLSNET-56491File labels metadata not preserved after saving XLSX fileBug
CELLSNET-56525Invalid Link Path (Long Path)Bug
CELLSNET-56534Slicer/Pivot cache is being reverted despite having been changed in Excel fileBug
CELLSNET-56535All Slicer items are selected after calling RefreshAll() methodBug
CELLSNET-56540Display custom caption of pivot item as slicer itemBug
CELLSNET-56557Value auto fill error when setting AutoFillType.SeriesBug
CELLSNET-56568The backgroud color is not same as MS ExcelBug
CELLSNET-56616The text format in the graph legend is different after re-saving the fileBug
CELLSNET-56681Conditional formatting breaks when combining workbooksBug
CELLSNET-56537Issue with spaces in formula strings during Numbers 9 to XLSX conversionBug
CELLSGRIDJS-1246Fix the issue where some charts cannot be displayed due to SkipInvisibleShapes.Bug
CELLSGRIDJS-1247Fix the issue of being unable to move the chart after switching sheets.Bug
CELLSNET-56578NullReferenceException regression bugException
CELLSNET-56575Export XLSX to Html - Getting an exception after refreshing pivot tablesException
CELLSNET-56652Exception “Index was outside the bounds of the array” when loading an ODS fileException
CELLSNET-56502Converting numbers to xlsx throws an ‘index is out of range’ exceptionException
CELLSNET-56536Exception when converting null to double during Numbers 9 to XLSX conversion.Exception

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 property Cell.IsCheckBoxStyle.

Indicates whether to set this cell as a check box.

Obsolete old names for members of enum EquationNodeType and rename them to shorter ones

Use new and shorter names defined for EquationNodeType.

Adds PrintCommentsType.PrintWithThreadedComments enum

Represents printing comments as displayed on sheet include threaded comments.

Adds LimLowUppEquationNode class

Specifies the limit function.

Adds ArrayEquationNode class

Specifies the Equation-Array function, an object consisting of one or more equations.

Adds HtmlOfficeMathOutputType enum and HtmlSaveOptions.OfficeMathOutputMode property

Indicates how to export OfficeMath objects to HTML.

HtmlSaveOptions.CellNameAttribute property

Specifies the attribute of TD element that indicates the CellName to be written.

Adds PivotField.GetFormula() method and obsoletes PivotField.GetCalculatedFieldFormula() method

Uses PivotField.GetFormula() method instead.

Adds PivotItem.GetFormula() method.

Gets the formula of the pivot calculated item.

Adds PivotItem.Name property.

Gets and sets the caption of the pivot item.

Adds PivotTable.ShowDetail() method.

Shows the detail of a pivot item in the data region to a new Table.

Adds XlsSaveOptions.WpsCompatibility property.

Indicates whether to make the xls more compatible with WPS.

Adds FileFormatType.Ole enum.

Represents the Ole file.