Browse our Products

Aspose.Cells for Java 26.5 Release Notes

KeySummaryCategory
CELLSJAVA-46714Text Line Break ErrorBug
CELLSJAVA-46711A single page is being generated as two pages while converting to pdfBug
CELLSJAVA-46722Extra small box appears after converting XLSX to PDF on Workbook.save() methodBug
CELLSJAVA-46724Columns getting truncated even after AutofitBug
CELLSJAVA-46707HTML output layout is distortedBug
CELLSJAVA-46704Linked picture (camera object) shows stale cached bitmap in HTML exportBug
CELLSJAVA-46709Pivot table refresh causes filters to failBug
CELLSJAVA-46715Smart marker ‘group:repeat’ fails to repeat parent property for nested child recordsBug
CELLSJAVA-46716Landray RDM EKP-25735-1 Convert EffectBug
CELLSJAVA-46717Padding not in the XLSX file added for a cell with Cells 26.4 compared to 26.3 when converting to PNG/PDFBug
CELLSJAVA-46727“java.lang.StringIndexOutOfBoundsException” on ExternalConnection.getPowerQueryFormula() methodException

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 SaveFormat.Ofd enum type and OfdSaveOptions class.

Supports saving to Open Fixed-layout Document(OFD).

Adds HyperlinkLoadMode enum and HtmlLoadOptions.HyperlinkLoadMode property.

Specifies how hyperlinks are handled when loading HTML.

Adds LeftBorder,RightBorder,TopBorder and BottomBorder properties of Style.

Gets the border setting of the style.

Adds Workbook.RefreshAll() method and obsoleted WorksheetCollection.RefreshAll() method

Please use Workbook.RefreshAll() instead.

Adds SparklineGroup.SetVerticalAxisMaxValue() and SetVerticalAxisMinValue() method

Set the max and min value of vertical axis with type.

Adds PivotAreaFilter.FieldIndex property.

Gets the index of the field which this filter refers to.

Adds PivotTable.GetDependentPivotTables() and obsoleted GetChildren() method.

Gets all PivotTables which are in the source of this pivot table.

Adds PivotTable.ClearFilters() method.

Clears all pivot filters of pivot table.

Adds PivotTable.ClearAll() method.

Removes all settings of the pivot table.

Obsoleted PivotTable.HasBlankRows property.

Please use PivotField.InsertBlankRow property instead.

Obsoleted PivotTable.ShowRowHeaderCaption property.

Please use PivotTable.ShowHeaders property instead.

Adds FileFormatType.Otg and Odb Enum.

Used to detect the file format.