Browse our Products

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

KeySummaryCategory
CELLSCPP-1235The CellsHelper::SetDPI call does not take effect after Startup().Bug
CELLSCPP-1236The chart color is different with Excel after converting to pdfBug
CELLSCPP-1239The gradient appears empty under certain DPI settingsBug
CELLSCPP-1240“Unsupported file format” on Workbook constructor methodBug
CELLSNET-60482Arrow shape clipped in PDF and HTML conversion on Workbook.Save methodBug
CELLSNET-60483Text in Excel text boxes appears differently in the PDF output compared to the Excel display.Bug
CELLSNET-60494Vertical flip is not preserved when saving excel workbook as PDFBug
CELLSNET-60456Formula returns ‘#’ instead of empty value on Workbook.CalculateFormula() methodBug
CELLSNET-60461Legend labels and markers missing in SVG export when chart has specific data countsBug
CELLSNET-60500Histogram chart renders as single bin with incorrect axis formatting on Chart.ToImage methodBug
CELLSNET-60507“System.OverflowException” on Chart.ToImage methodException
CELLSNET-60509The position and size of DataLabels are incorrect when setting series.IsFilteredBug
CELLSNET-60510Circular fill color displays incorrectly during chart renderingBug
CELLSNET-60514Chart rendering differs from Excel: first negative data label is misplaced and segment borders are missingBug
CELLSNET-60541“System.ArgumentOutOfRangeException” when reading a Workbook with treemap chartException
CELLSNET-60487Hyphenation char U+30FB is at the start of the text line while converting to pdfBug
CELLSNET-60489FontConfigs.IsFontAvailable returns false before code-pages provider registrationBug
CELLSNET-60502“System.NullReferenceException” on Workbook.SaveAsync methodException
CELLSNET-60513OverflowException when exporting worksheet with hidden row containing rotated text to HTMLException
CELLSNET-60543Numbered list continues counting from bulleted list sequence in XLSX exportBug
CELLSNET-60547“Nested bulleted list indentation and style lost” on Cell.HtmlString propertyBug
CELLSNET-60493System.ArgumentOutOfRangeException when loading XLS with long ODBC connection commandException
CELLSNET-60501Support saving XLS with long ODBC connection commandImprovement
CELLSNET-60515Support automatically group pivot field without any settings.Improvement
CELLSNET-60523Support grouping pivot field with interval daysImprovement
CELLSNET-60528Aspose.Cells 26.7.0.0 - Exception: ArgumentException on loading documentException
CELLSNET-60529Aspose.Cells 26.7.0.0 - Exception: ArgumentOutOfRangeException on loading documentException
CELLSNET-60530Aspose.Cells 26.7.0.0 - Exception: OverflowException on loading documentException
CELLSNET-60542Smart Marker formula reference expansion differs from Aspose.Cells 8.6.1Bug
CELLSNET-60580Referred incorrect pivot item when reading xlsBug

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 one method in PivotField class.

Automatically group the field.

Adds one method in PivotTable class.

Exports pivot view as JSON.

Adds one method in PivotTableRefreshOption class.

Indicates whether to keep cached local group data if the maximum and minimum values remain unchanged.

The default value is false which means refreshing group with local setting.

Adds new enum PivotViewToJsonOptions.

Adds some methods in PivotGlobalizationSettings class.

Gets all local formatted string of 24 hours.

The default value is 12 AM, 1 AM, 2 AM, 3 AM, 4 AM, 5 AM, 6 AM, 7 AM, 8 AM, 9 AM, 10 AM, 11 AM, 12 PM, 1 PM, 2 PM, 3 PM, 4 PM, 5 PM, 6 PM, 7 PM, 8 PM, 9 PM, 10 PM, 11 PM.

Gets all local formatted string of “or”.

Gets the number format of pivot day group.

Only used when grouping the pivot field by days.

The default vaule is “d-MMM”;