Browse our Products

Aspose.Cells for .NET 25.9 Release Notes

KeySummaryCategory
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-58967Support editable charts to pptx fileNew Feature
CELLSGRIDJS-1866Support pattern settings.New Feature
CELLSGRIDJS-1867Research data structure adjustments to accommodate support for scatter plots.New Feature
CELLSNET-58933Support const values as data source of chart in the docx fileEnhancement
CELLSNET-58970Support exporting editable ole object to pptxEnhancement
CELLSGRIDJS-1864Optimize the logic for cell formatting to change values only after clicking “OK” instead of changing them in real time.Enhancement
CELLSGRIDJS-1869Optimizing row and column menu handling for bulk inserts.Enhancement
CELLSGRIDJS-1877Optimize the code calling method for batch style modification.Enhancement
CELLSGRIDJS-1884Disable/hide menu to InsertRow below the maximum rowEnhancement
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
CELLSGRIDJS-1852Added hyperlinks/links are not saved in the output Excel file.Bug
CELLSGRIDJS-1853Editing text in the text box and clicking on the cell clears the cell unexpectedlyBug
CELLSGRIDJS-1854Fail to sync image history after server restart in collabrative modeBug

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.

Changes default date format for the Japan locale.

For default date format(built-in number 14 for the number formatting), old versions of Microsoft Exce use the pattern of “yyyy/MM/dd” to format date value. But in Office 365, Excel uses the pattern of “yyyy/M/d” instead. Since some users require the same result as in Office 365, starting from 25.9 we use “yyyy/M/d” to format date by default.

Adds FileFormatType.FlatOpc enum.

Represents Microsoft Flat Opc Document file format.

Adds OoxmlSaveOptions.AsFlatOpc, PptxSaveOptions.AsFlatOpc and DocxSaveOptions.AsFlatOpc properties.

Indicates whether to save as Flat Opc file.

Obsoletes WorkbookDesigner.ContainsVariables property and adds WorkbookDesigner.VariablesWorksheetName property.

Use WorkbookDesigner.VariablesWorksheetName property to set which worksheet contains Variables.

Adds SaveElementType enum and DocxSaveOptions.SaveElementType property.

Represents what should be saved to docx file.

Adds DocxSaveOptions.EmbedXlsxAsChartDataSource and PptxSaveOptions.EmbedXlsxAsChartDataSource properties.

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

Adds PptxSaveOptions.SaveAsEditableShapes property.

Indicates whether to save editable shapes or images to pptx.

Adds HtmlEmbeddedFontType enum and HtmlSaveOptions.EmbeddedFontType property.

Represents the embedded font type in html.

Adds MarkdownSaveOptions.ExportHyperlinkAsReference property.

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

Adds MarkdownSaveOptions.AlignColumnPadding property.

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