Browse our Products

Aspose.Cells for CPP 24.9 Release Notes

KeySummaryCategory
CELLSCPP-1108Supports for implementing custom functions through Aspose.Cells API using AbstractCalculationEngine functionality.New Feature
CELLSCPP-1109Supports using Object type objects as function parameters.New Feature
CELLSCPP-1110Supports functions that return Object type objects.New Feature
CELLSNET-56300Supports reading, storing and rendering of limit equations and equation groupsNew Feature
CELLSNET-56319Supports exporting equation content to MathML formatNew 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
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
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
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 C++. If you have concerns about any change listed, please raise it on the Aspose.Cells support forum.

Adds IsCheckBoxStyle() and SetIsCheckBoxStyle(bool value) mehtods in Cell.

Indicates whether setting 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.

ObsoleteInstead(Shorter name)
MathematicalEquationMathematical
FractionEquationFraction
FunctionEquationFunction
DelimiterEquationDelimiter
NaryEquationNary
RadicalEquationRadical
SuperscriptEquationSup
SubscriptEquationSub
SubSupEquationSubSup
PreSubSupEquationPreSubSup
AccentEquationAccent
BarEquationBar
BorderBoxEquationBorderBox
BoxEquationBox
GroupCharacterEquationGroupChr
MatrixEquationMatrix

Adds EquationNodeType::ArrayEquation enum

Specifies the Equation-Array function. The function consists of one or more equations.

Adds PrintCommentsType::PrintWithThreadedComments enum

Represents to print 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

Represents how export OfficeMath to HTML.

Adds some methods in HtmlSaveOptions

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

Uses PivotField::GetFormula() method instead.

Adds some methods in PivotItem.

Adds ShowDetail(int32_t rowOffset, int32_t columnOffset, bool newSheet, int32_t destRow, int32_t destColumn) method int PivotTable.

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

Adds GetWpsCompatibility() and SetWpsCompatibility(bool value) methods in XlsSaveOptions.

Indicates whether making the xls more compatible with WPS.

Adds FileFormatType::Ole enum.

Presents the Ole file.