Browse our Products

Aspose.Cells for Python via Java 25.7 Release Notes

KeySummaryCategory
CELLSJAVA-46407Support ShiftType.NONE when calling Cells.insertCutCells methodEnhancement
CELLSJAVA-45604The text box border line is not a multiple line, but a single lineBug
CELLSJAVA-46405Mini image/sparkline displayed incompletely in merged cells - Excel to HTML conversionBug
CELLSJAVA-46409Wrong retrieving of the isAlignmentApplied() flag on the custom styleBug
CELLSJAVA-46413The result file crashes due to macro exception information when converting xls to xlsxBug

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 CellsHelper.GetCacheFolder()/SetCacheFolder(string path) methods.

Specifies the folder for temporary files that may be used as data cache for memory performance consideration.

Adds enum item MemorySetting.FileCache.

Specifies to use temporary file as cache for cells data model.

Adds WorkbookDesigner.ContainsVariables property.

Indicates whether this workbook contains “Variable” worksheet.

Adds Cells.IsDefaultColumnHidden property.

Indicates whether all columns are hidden by default.

Adds MarkdownSaveOptions.CalculateFormula property.

Indicates whether to calculate formulas before saving markdown file.

Adds ShapePath.WidthPixel property.

Gets the width of this path in unit of pixels.

Adds ShapePath.HeightPixel property.

Gets the height of this path in unit of pixels.