Browse our Products

Aspose.Cells for Java 19.9 Release Notes

KeySummaryCategory
CELLSJAVA-42990Hidden rows are displayed while converting Excel file to HTML when AutoFilter existsBug
CELLSJAVA-42997CalculateFormula() fails with large formula stringsBug
CELLSJAVA-43000CalculateFormula() corrupts the Excel fileBug
CELLSJAVA-42987Formatting issues while converting Excel file to PDFBug
CELLSJAVA-42986Text overlapping after converting Chinese XLSX file to PDFBug
CELLSJAVA-43012Workbook.setRecalculateOnOpen(false) not working for newer Excel versionsBug
CELLSJAVA-42996Data labels based on formulas are not correctly rendered in PDFBug
CELLSJAVA-42992Exception raised while converting XLSM to imageException
CELLSJAVA-42991“Column width must be between 0 and 255” exception while converting Excel to PDF in macOSException
CELLSJAVA-43004Exception java.lang.NumberFormatException: For input string: “0.0” while converting Excel to HTMLException
CELLSJAVA-43010IllegalArgumentException while executing deleteBlankColumns()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.

Removes obsoleted Chart.Rotation property

Use Chart.RotationAngle property instead.

Removes obsoleted Chart.IsDataTableShown property

Use Chart.ShowDataTable property instead.

Removes obsoleted Chart.IsLegendShown property

Use Chart.ShowLegend property instead.

Removes obsoleted Axis.Crosses property

Use Axis.Crosses property instead.

Adds enum OoxmlCompressionType and XlsbSaveOptions.CompressionType,OoxmlSaveOptions.CompressionType properties.

Represents the compression type for OOXML files.


 
 English