Browse our Products

Aspose.Cells for Node.js via C++ 26.5 Release Notes

KeySummaryCategory
CELLSNET-59747New Workbook() with environment variables and default valuesNew Feature
CELLSNET-59762Support converting workbook to OFD(Open Fixed-layout Document)New Feature
CELLSNET-60104“Unsupported function: CUBEMEMBER” exception on Workbook.CalculateFormula() methodEnhancement
CELLSNET-60165Support multiple aggregations for GROUPBY functionEnhancement
CELLSNET-60103Upgrade version of the referenced SkiaSharp to 3.119.0 for .net9/10 target frameworkEnhancement
CELLSNET-60112Multiple Hyperlink in Single cell of Excel is not working when converting from HTML with .Net8.0Enhancement
CELLSNET-59772Provide a new method to set VerticalAxisMaxValueType and VerticalAxisMaxValue of SparklineGroup togetherEnhancement
CELLSNET-60050Enhance adding pivot filter field with paginationEnhancement
CELLSNET-60092Support refreshing the format of pivot table view with indent settingEnhancement
CELLSNET-60094Support PivotTable.MergeLabels when calcuating style of pivot table viewEnhancement
CELLSNET-60098Support merging inserted blank rows of pivot tableEnhancement
CELLSNET-60074Numbers wrap in the middle of the value in PDF despite disabled ‘Allow Latin text wrapping’ on Workbook.Save() methodBug
CELLSNET-58350Cell.StringValue returns #VALUE! when using complex data type cardsBug
CELLSNET-60035Data corruption and ‘#VALUE!’ errors after converting to htmlBug
CELLSNET-60053Sheet gets corrupted when attempting to edit the value in cell C1Bug
CELLSNET-60107CalculateFormula = true 設定時のPDF変換における値不一致についてBug
CELLSNET-60154Dynamic-array spill range over-allocated by one row (#N/A in trailing cell) on Workbook.RefreshDynamicArrayFormulas methodBug
CELLSNET-60168Sorted result is different from ms excel for GROUPBY with aggregation function MINBug
CELLSNET-60079Data labels overlap chart lines and incorrect dashed line rendering on Chart.ToImage() methodBug
CELLSNET-60150Extra blank pages generated during Excel to PDF conversion on Workbook.Save() methodBug
CELLSNET-59993Overlap when text is rotated 90 degreesBug
CELLSNET-60041Date values are left-algined in the resultant htmlBug
CELLSNET-60084Save As Markdown render only Print AreaBug
CELLSNET-60174FileFormatType items not workingBug
CELLSNET-44961Data Indentation of the Pivot Table is lost while converting spreadsheet to PDFBug
CELLSNET-59723Incorrect default VerticalAlignment in new WorkbookBug
CELLSNET-60017Repeated pivot item should be formatted too when refreshing pivot tableBug
CELLSNET-60024Invalid format of pivot table viewBug
CELLSNET-60076Aspose cells is reading cell value as numeric type cell and value differently from ExcelBug
CELLSNET-60096Possible to create corrupted Excel file by specifying out of bounds validation areaBug
CELLSNET-60097The sparkline inside the cell is rendering incorrectlyBug
CELLSNET-60101Loss content from merged cells when merged cells are to the left of a smart markerBug
CELLSNET-60124Loss of VBA macros and worksheet controls when saving XLSMBug
CELLSNET-60125Exception is thrown when refreshing pivot tableBug
CELLSNET-60126Useless media data was kept .Bug
CELLSNET-60129Lost embedded images when converting to htmlBug
CELLSNET-60130Exception was thrown when calculate pivot chart dataBug
CELLSNET-60131Invalid pivot table viewBug
CELLSNET-60137Invalid Power query formula definitionBug
CELLSNET-60139File corruption after savingBug
CELLSNET-60148Power query parameter description is always null on PowerQueryFormula.Description propertyBug
CELLSNET-60152Slicers are deleted after calling PivotTable.RefreshData() methodBug
CELLSNET-60155Power query functions are read the type as FormulaBug
CELLSNET-60156GETPIVOTDATA returning #REF! on Workbook.CalculateFormula methodBug
CELLSNET-60158Incorrect file format detection for OTG, ODBBug

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 new enum SaveFormat.Ofd.

OFD (Open Fixed-layout Document)

Adds new class OfdSaveOptions.

Supports saving to Open Fixed-layout Document(OFD).

Adds new enum HyperlinkLoadMode.

Specifies how hyperlinks are handled when loading HTML.

Adds two methods in HtmlLoadOptions class.

Specifies how hyperlinks are handled when loading HTML.

Adds four methods in Style class.

Gets the border setting of the style.

Obsoletes one method in WorksheetCollection class.

Please use Workbook::RefreshAll() instead.

Adds one method in Workbook class.

Refresh linked shapes, all pivot tables and charts with pivot source.

Adds eight methods in SparklineGroup class.

Set the max and min value of vertical axis with type.

Adds one method in PivotAreaFilter class.

Gets the index of the field which this filter refers to.

Adds and obsoletes some methods in PivotTable class

Add:

Gets all PivotTables which are in the source of this pivot table.

Clears all pivot filters of pivot table.

Remove all fields from regions.

Obsoletes:

Use PivotTable::GetDependentPivotTables() method instead.

Adds two members in FileFormatType.

Represents an OTG file.

Represents an Odb file.