Aspose.Cells for PHP via Java 22.11 Release Notes

KeySummaryCategory
CELLSJAVA-44888“+” and “-” were disappeared after conversion - Excel to HTML renderingBug
CELLSJAVA-44775Chart labels overlapped in chart to image renderingBug
CELLSJAVA-44882Chart to image rendering - One of the labels is inside the doughnut chartBug
CELLSJAVA-44943XLSX to PDF: Chart labels not rendered correctlyBug
CELLSJAVA-44928XLS to PDF: Insufficient data for an imageBug
CELLSJAVA-44910Convert Excel to HTML results in thousands of similar small imagesBug
CELLSJAVA-44944Resizing tables change formatting of cellsBug
CELLSJAVA-44948Images cannot display in the sheet when converting HTML to ExcelBug
CELLSJAVA-44908Exception “java.lang.OutOfMemoryError: Java heap space” when loading large XLSB filesException
CELLSJAVA-44929Regression: “java.lang.NullPointerException” on Workbook.calculateFormula()Exception
CELLSJAVA-44927Exception “java.lang.IndexOutOfBoundsException: Index: 5, Size: 5” when converting Excel file to HTMLException
CELLSJAVA-44939Error “java.lang.StringIndexOutOfBoundsException: String index out of range: 0” while trying to read an Excel fileException

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 Cell.IsDynamicArrayFormula property

Indicates whether the cell’s formula is dynamic array formula(true) or legacy array formula(false).

Obsoletes SparklineGroup.SparklineCollection property and adds SparklineGroup.Sparklines property

Use SparklineGroup.Sparklines property instead.

Obsoletes Worksheet.SparklineGroupCollection property and adds Worksheet.SparklineGroups property

Use Worksheet.SparklineGroups property instead.