Browse our Products

Aspose.Cells for Java 25.9 Release Notes

KeySummaryCategory
CELLSJAVA-46485Support PHONETIC formulaNew Feature
CELLSJAVA-46478Support repeating worksheets when processing smart markersNew Feature
CELLSJAVA-46463Remove unnecessary redundant data when loading sample fileNew Feature
CELLSJAVA-46477Support Master-Detail smart markersNew Feature
CELLSJAVA-46470Support dynamic array formula for dynamic formulas in smart markerNew Feature
CELLSJAVA-46476Reduce generated svg file size while converting to svg with font embeddedEnhancement
CELLSJAVA-46480Need to use new WorkbookDesigner(workbook) unnecessarily to make variables processing workEnhancement
CELLSJAVA-46481“if” parameter works only when used with variablesEnhancement
CELLSJAVA-46445Certain numeric values display with inconsistent height and some values appear as superscriptBug
CELLSJAVA-46471Image loss when adding svg image to excel fileBug
CELLSJAVA-46465Date format error when converting file to pdfBug
CELLSJAVA-46448Paging error when converting file to pdfBug
CELLSJAVA-46467Text display error occurred when outputting text with spaces to PDFBug
CELLSJAVA-46475The embedded “IPAmjMincho” font is not applied while converting to svgBug
CELLSJAVA-46486The generated pdf failed PDF/A-2b validation while converting to pdf with PDF/A-2bBug
CELLSJAVA-46472One extra row gets added above the smart marker.Bug
CELLSJAVA-46473The style of last column lost after processing smart markersBug

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 Java. 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.