Browse our Products

Aspose.Cells for Java 26.3 Release Notes

KeySummaryCategory
CELLSJAVA-46648Excel shape with curved text path converts to straight path when converted into an imageBug
CELLSJAVA-46643Custom number format using Arabic locale is not formatted as expectedBug
CELLSJAVA-46631The page break is wrong while converting workbook to pdfBug
CELLSJAVA-46612Html to Excel rowspan issueBug
CELLSJAVA-46651Excel to HTML export: Fixed panes partially covered after scrollingBug
CELLSJAVA-46652Incorrect picture rotation in Excel-to-HTML conversionBug
CELLSJAVA-46659Cast Exception while saving workbook meta dataException
CELLSJAVA-46660NumberFormatException while opening workbookException

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 HtmlLoadOptions.ParagrahLayoutMode.

Specifies how <p> elements are rendered when loading HTML.

Obsoletes ChartFrame.BackgroundMode property.

Please use ChartFrame.Area.FillFormat.FillType property instead.

Adds new enum HtmlParagraphLayoutMode.

Represents how <p> elements are rendered during HTML load.

Adds new method TableStyle.Create(System.String, WorksheetCollection).

Creates a TableStyle instance with the specified name for the given worksheets collection.

Adds new member TableStyleElementType.GrandTotalColumnHeader.

Represents a style element that applies to the header of a pivot table’s grand total column.

Adds new member TableStyleElementType.GrandTotalRowHeader.

Represents a style element that applies to the header of a pivot table’s grand total row.