Browse our Products

Aspose.Cells for Go via CPP 25.9 Release Notes

KeySummaryCategory
CELLSGO-198Optimize the compilation speed of the Cells Go library.Improvement
CELLSCPP-1127Add examples to distribution package for C++Improvement
CELLSNET-58691Support WRAPCOLS, WRAPROWS functionNew Feature
CELLSNET-58865Support font Variation Selectors while converting to xpsNew Feature
CELLSNET-58928Support font Variation Selectors while converting to svg with embedded fontNew Feature
CELLSNET-58961Support embedding fonts when converting file to htmlNew Feature
CELLSNET-58945Support FlatOPC file formatNew Feature
CELLSNET-58963Support converting chart to flapOpc without table tagsNew Feature
CELLSNET-58967Supported editable charts to pptx fileNew Feature
CELLSNET-58933Support const values as data source of chart in the docx fileEnhancement
CELLSNET-58970Support exporting editable ole object to pptxEnhancement
CELLSNET-58904XLSX to PDF: Shape not rendered correctly in the outputBug
CELLSNET-58924XLSX to XPS: WordArt rendered incorrectly in outputBug
CELLSNET-58490The date texts are displayed as # when converting file to xpsBug
CELLSNET-40852Hovering mouse on themes does not change the theme colors in xls format. Xlsx format works fine.Bug
CELLSNET-58515The font size of label within the pie chart seem to be bigger than the rest when rendering to imageBug
CELLSNET-58516The position of label inside the pie in each portion does not seem to be centered in some cases when rendering to imageBug
CELLSNET-58888Generated file is corrupted if pivot table contains OLAP data sourceBug
CELLSNET-58889Invalid pivot row item if only refreshing data source of pivot tableBug
CELLSNET-58900Re-saving an XLSX file can lead to corruption of the pivot tableBug
CELLSNET-58901Single quote in the file name of pivot table’s data source was duplicated when converting xlsb to xlsxBug
CELLSNET-58907CopyRows/CopyColumns: NullReferenceException when copying styles to a new WorkbookBug
CELLSNET-58925Sorting the autofiltered data caused excel to crash for xlsx file generated by cellsBug
CELLSNET-58958Exception while rendering to DOCXBug
CELLSNET-58972NullReferenceException occurs when calling Cells.InsertCutCells methodBug
CELLSNET-58978Formulas with relative references aren’t carried over when copied to a new locationBug

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

Changes default date format for locale of Japan.

For default date format(built-in number 14 for the number formatting), old versions of ms excel use the pattern of “yyyy/MM/dd” to format date value. But in office 365, now ms excel uses the pattern of “yyyy/M/d” instead. Now that some users require to get the same result with what they get in office 365, starting from 25.9 we use “yyyy/M/d” to format date by default.

Adds member FileFormatType::FlatOpc in FileFormatType enum.

Represents Microsoft Flat Opc Document file format.

Adds two methods in OoxmlSaveOptions class.

Indicates whether to save as Flat Opc file.

Adds enum SaveElementType.

Represents what kind of elements should be saved.

Adds six methods in DocxSaveOptions class.

Indicates whether to save as Flat Opc file.

Represents what should be saved to docx file.

Indicates whether to embed an xlsx file as data source of the chart.

Adds six methods in PptxSaveOptions class.

Indicates whether to save as Flat Opc file.

Indicates whether to embed an xlsx file as data source of the chart.

Indicates whether to save editable shapes or images to pptx.

Adds enum HtmlEmbeddedFontType.

Represents the embedded font type in html.

Adds two methods in HtmlSaveOptions class.

Represents the embedded font type in html.

Adds four methods in MarkdownSaveOptions class.

Indicates whether to export hyperlink using reference definitions instead of inline format.

Gets or sets the character used to pad cell content for aligning columns.