Browse our Products
Aspose.Cells for Node.js via Java 26.3 Release Notes
| Key | Summary | Category |
|---|---|---|
| CELLSJAVA-46577 | Support object stream in the generated pdf | Enhancement |
| CELLSJAVA-46601 | Formula cell value is read “#VALUE!” | Bug |
| CELLSJAVA-46623 | Waterfall chart Data labels are not getting removed | Bug |
| CELLSJAVA-46624 | Excel to HTML conversion - Content has some orphan “</style>” tag | Bug |
| CELLSJAVA-46627 | Difference in formula calculations by Aspose.Cells formula calculation engine compared to Excel | Bug |
| CELLSJAVA-46632 | “#VALUE!” for formula cells in template file was read as “#UNKNOWN!” | Bug |
| CELLSJAVA-46648 | Excel shape with curved text path converts to straight path when converted into an image | Bug |
| CELLSJAVA-46643 | Custom number format using Arabic locale is not formatted as expected | Bug |
| CELLSJAVA-46631 | The page break is wrong while converting workbook to pdf | Bug |
| CELLSJAVA-46612 | Html to Excel rowspan issue | Bug |
| CELLSJAVA-46651 | Excel to HTML export: Fixed panes partially covered after scrolling | Bug |
| CELLSJAVA-46652 | Incorrect picture rotation in Excel-to-HTML conversion | Bug |
| CELLSJAVA-46659 | Cast Exception while saving workbook meta data | Exception |
| CELLSJAVA-46660 | NumberFormatException while opening workbook | Exception |
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 PivotOptions.ShowExpandCollapseFieldButtons.
Supports to get or set a value indicating whether to show expand/collapse field buttons.
Adds new property Picture.IsPlacedInCell.
Indicates whether to place the image in a cell or over cells.
Obsoletes Picture.PlaceInCell().
Please use IsPlacedInCell property instead.
Adds new property NumbersLoadOptions.PreserveTableName.
Indicates whether to preserve table names when importing from Numbers.
Adds new enum member OpenDocumentFormatVersionType.Odf14.
Support ODF Version 1.4.
Adds new property PivotTable.PivotTableStyle.
Gets or sets the table style settings of this pivot table.
Adds new property PivotTable.TopRightArea.
Represents the blank area at the top-right of the PivotTable (top-left for RTL sheets).
Adds new property PivotTable.FilterArea.
Gets the region of the filter area.
Adds new method PivotTable.GetButtonArea(PivotFieldType axisType).
Gets the button area for a specified axis type.
Adds new method Worksheet.GetAllPictures().
Gets all pictures including images embedded in cells and over the cells.
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.