Browse our Products

Aspose.Cells for Java 25.2 Release Notes

KeySummaryCategory
CELLSJAVA-46245Support css prefix while rendering sheet to svg imageNew Feature
CELLSJAVA-46246Support to create unique clip-path identifiers while rendering sheets to svg images for combiningNew Feature
CELLSJAVA-46264Missing Data when sample file is converted into PDFBug
CELLSJAVA-46213Table as HTML extracted from Excel range presents different layout in the presence of hidden columnsBug
CELLSJAVA-46227Diagonal border loss when converting file to htmlBug
CELLSJAVA-46231The display effect of generated html is incorrect on iPadBug
CELLSJAVA-46239The cells in the HTML result file are still merged when MergeEmptyTdType is set to NoneBug
CELLSJAVA-46237The images are missing when resaving a file that contains DISPIMG images and opening it using WPSBug
CELLSJAVA-46241The image in excel file is lost after saving to docx fileBug
CELLSJAVA-46250Support base64 image array data source for smart markerBug
CELLSJAVA-46230NullPointerException occurs when resaving the excel fileException

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.

Adds new property ReferredArea.SheetNames.

Supports to get names array for all the referenced worksheets of this ReferredArea instance.

Adds setter for property CellRichValue.AltText.

Supports to set the alt text for CellRichValue.

Adds new APIs to support file formats of Dbf, Dif.

FileFormatType.Dbf, LoadFormat.Dbf, LoadFormat.Dif, DbfLoadOptions, DifLoadOptions, SaveFormat.Dbf, DbfSaveOptions.

Adds new property OoxmlSaveOptions.WpsCompatibility.

Supports to transform and save some special features(such as “Place in cell” pictures) to make the result compatible with Wps.

Adds new property ImageOrPrintOptions.SvgCssPrefix.

Gets and sets the prefix of the css name in svg, the default value is empty string.

Adds new method PivotTable.GetSource(bool isOriginal).

Supports to get pivottable’s original data source.

Adds new method PivotConditionalFormat.ApplyTo().

Supports to apply conditional formatting to specified location and scope.

Adds new property PowerQueryFormula.Description.

Supports to get and set the description of power query formula.

Adds HtmlVersion enum and adds HtmlSaveOptions.HtmlVersion property.

Indicates the version of HTML is used when saving to Html or MHtml formats.

Obsoletes SaveFormat.XHtml enum.

Uses HtmlSaveOptions.HtmlVersion property instead.

Renames property Axis.CustomUnit to Axis.CustomDisplayUnit.

Makes the API more specific and user-friendly.