Browse our Products
Aspose.Cells for .NET 25.9 Release Notes
| Key | Summary | Category | 
|---|---|---|
| CELLSNET-58691 | Support WRAPCOLS, WRAPROWS function | New Feature | 
| CELLSNET-58865 | Support font Variation Selectors while converting to xps | New Feature | 
| CELLSNET-58928 | Support font Variation Selectors while converting to svg with embedded font | New Feature | 
| CELLSNET-58961 | Support embedding fonts when converting file to html | New Feature | 
| CELLSNET-58945 | Support FlatOPC file format | New Feature | 
| CELLSNET-58963 | Support converting chart to flapOpc without table tags | New Feature | 
| CELLSNET-58967 | Support editable charts to pptx file | New Feature | 
| CELLSGRIDJS-1866 | Support pattern settings. | New Feature | 
| CELLSGRIDJS-1867 | Research data structure adjustments to accommodate support for scatter plots. | New Feature | 
| CELLSNET-58933 | Support const values as data source of chart in the docx file | Enhancement | 
| CELLSNET-58970 | Support exporting editable ole object to pptx | Enhancement | 
| CELLSGRIDJS-1864 | Optimize the logic for cell formatting to change values only after clicking “OK” instead of changing them in real time. | Enhancement | 
| CELLSGRIDJS-1869 | Optimizing row and column menu handling for bulk inserts. | Enhancement | 
| CELLSGRIDJS-1877 | Optimize the code calling method for batch style modification. | Enhancement | 
| CELLSGRIDJS-1884 | Disable/hide menu to InsertRow below the maximum row | Enhancement | 
| CELLSNET-58904 | XLSX to PDF: Shape not rendered correctly in the output | Bug | 
| CELLSNET-58924 | XLSX to XPS: WordArt rendered incorrectly in output | Bug | 
| CELLSNET-58490 | The date texts are displayed as # when converting file to xps | Bug | 
| CELLSNET-40852 | Hovering mouse on themes does not change the theme colors in xls format. Xlsx format works fine. | Bug | 
| CELLSNET-58515 | The font size of label within the pie chart seem to be bigger than the rest when rendering to image | Bug | 
| CELLSNET-58516 | The position of label inside the pie in each portion does not seem to be centered in some cases when rendering to image | Bug | 
| CELLSNET-58888 | Generated file is corrupted if pivot table contains OLAP data source | Bug | 
| CELLSNET-58889 | Invalid pivot row item if only refreshing data source of pivot table | Bug | 
| CELLSNET-58900 | Re-saving an XLSX file can lead to corruption of the pivot table | Bug | 
| CELLSNET-58901 | Single quote in the file name of pivot table’s data source was duplicated when converting xlsb to xlsx | Bug | 
| CELLSNET-58907 | CopyRows/CopyColumns: NullReferenceException when copying styles to a new Workbook | Bug | 
| CELLSNET-58925 | Sorting the autofiltered data caused excel to crash for xlsx file generated by cells | Bug | 
| CELLSNET-58958 | Exception while rendering to DOCX | Bug | 
| CELLSNET-58972 | NullReferenceException occurs when calling Cells.InsertCutCells method | Bug | 
| CELLSNET-58978 | Formulas with relative references aren’t carried over when copied to a new location | Bug | 
| CELLSGRIDJS-1852 | Added hyperlinks/links are not saved in the output Excel file. | Bug | 
| CELLSGRIDJS-1853 | Editing text in the text box and clicking on the cell clears the cell unexpectedly | Bug | 
| CELLSGRIDJS-1854 | Fail to sync image history after server restart in collabrative mode | Bug | 
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.