Browse our Products

Aspose.Cells for Java 26.9 Release Notes

KeySummaryCategory
CELLSJAVA-46821Improve font loading for fonts with different versions(common case for Office cloud fonts)Enhancement
CELLSJAVA-46819Corrupted generated xlsm fileBug
CELLSJAVA-46810Dangling calcChain relationship in XLSX output when part is missing on Workbook.Save() methodBug
CELLSJAVA-46790The background gradient is incorrect of an excel chartBug
CELLSJAVA-41503Font Substitution Warnings not working while converting spreadsheet to HTML formatBug
CELLSJAVA-46808Conditional rendering in smart markers templateBug
CELLSJAVA-46814Angled text rendered small and misplaced on Workbook.Save methodBug
CELLSJAVA-46815Values lost when rendering nested simple array on WorkbookDesigner.process() methodBug
CELLSJAVA-46823Conditional rendering in Aspose cells smart markers template within if but with arrayBug
CELLSJAVA-46809wk: XLSX to PDF - Shape to Image errorException
CELLSJAVA-46786wk: XLSX to PDF conversion errorException
CELLSJAVA-46818“Index 120 out of bounds for length 119” on Workbook.save() 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 new method PivotField.Group()

Automatically groups the field.

Adds new method PivotTable.ExportViewToJson(PivotViewToJsonOptions options)

Exports the PivotTable view to a JSON string.

Adds new property PivotTableRefreshOption.KeepCachedLocalGroupData

Indicates whether to keep cached local group data if the maximum and minimum values remain unchanged.

Adds new type PivotViewToJsonOptions

Encapsulates the options used by PivotTable.ExportViewToJson for customizing the JSON output.

Adds new method PivotGlobalizationSettings.GetTextOf24Hours()

Gets all local formatted strings of 24 hours.

Adds new method PivotGlobalizationSettings.GetTextOfOr()

Gets the local formatted string of “or”.

Adds new method PivotGlobalizationSettings.GetFormatOfDayGroup()

Gets the number format of the pivot day group.