Browse our Products

Aspose.Cells for Java 25.4 Release Notes

KeySummaryCategory
CELLSJAVA-46329Check unsupported functions/formula in worksheetNew Feature
CELLSJAVA-46335Support embedded images when R/W htmlEnhancement
CELLSJAVA-46309XLSX to MD header export improvementEnhancement
CELLSJAVA-46318XLSX to MD Conversion ImprovementsEnhancement
CELLSGRIDJS-1547Encapsulate general functions to improve and simplify the usage of GridJs java versionEnhancement
CELLSJAVA-46322Aspose.Cells for Java reads custom formatted value wrongBug
CELLSJAVA-46324Issue with full recalculation of the workbook formulas when calculation chain is enabledBug
CELLSJAVA-46271Inconsistent HTML output for chartsBug
CELLSJAVA-46276Category axis labels’ formatting is different when rendering chart to imageBug
CELLSJAVA-46277Chart lines disappear when the chart is saved as an imageBug
CELLSJAVA-45785Support rendering text using curves and glyphs or using svg fonts to render the textBug
CELLSJAVA-46321The generated pdf embeds two fonts with same name and style while converting file to pdfBug
CELLSJAVA-46332Regression: XLSX to HTML: Horizontal table width is incorrectBug
CELLSJAVA-46248Some issues with Smart Markers when using JSON data sourceBug
CELLSJAVA-46315Merging multiple worksheets with pivot tables causes file corruptionBug
CELLSJAVA-46331Excel crashes When closing the generated xls file,Bug
CELLSJAVA-46334The result file has unwanted label repeating after refreshing and calculating pivot tableBug

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 the behavior of shifting shapes when deleting blank rows.

In old versions, when deleting blank rows above shapes, the shapes were not shifted upward. Starting from 25.4, we shift those shapes upward accordingly when blank rows above them are deleted.

Adds property HasCustomFunction for Cell and Workbook.

Checks whether there is custom function used by the cell and workbook.

Adds Aspose.Cells.LowCode namespace and APIs under it.

Provides a set of simple and easy-to-use APIs for the most frequently used operations in a low-code way.

Adds SvgImageOptions class that inherits from ImageOrPrintOptions class.

Options for generating Svg image.

Adds SvgEmbeddedFontType enum.

Represents the embedded font type in Svg image.

Obsoletes ImageOrPrintOptions.EmbededImageNameInSvg property.

Images are always embedded in Svg with base64 format, please remove this property.

Obsoletes ImageOrPrintOptions.SVGFitToViewPort property.

Please use SvgImageOptions.FitToViewPort property instead.

Obsoletes ImageOrPrintOptions.SvgCssPrefix property.

Please use SvgImageOptions.CssPrefix property instead.

Adds SensitivityLabel and SensitivityLabelCollection classes.

Gets or sets the sensitivity label.

Adds PowerQueryFormulaCollection.RemoveBy(String) method.

Removes Power Query formulas by the name.

Adds WorksheetCollection.SensitivityLabels property.

Gets all sensitivity labels.

Adds Worksheet.GridlineColor property.

Gets or sets the color of gridline in the worksheet.

Adds Worksheet.GetSelectedAreas() and obsoletes Worksheet.GetSelectedRanges() method.

Use Worksheet.GetSelectedAreas() instead.

Adds DocxSaveOptions.SaveAsEditableShaps property.

Indicates whether to save editable shapes to Docx file. Currently, only charts are supported.

Adds LoadFormat.Markdown enum.

Represents a Markdown file.

Adds HtmlSaveOptions.SheetSet property.

Gets or sets the sheets to render.