Aspose.Cells for Java 20.4 Release Notes

KeySummaryCategory
CELLSJAVA-43153Display waterfall chart legend in Turkish similar to MS ExcelEnhancement
CELLSJAVA-43142Excel to HTML rendering - some cells are not aligned after conversionBug
CELLSJAVA-43155Rotated text is set out of the cell when rendered as HTML Bug
CELLSJAVA-43161Incorrect rendering of the equationBug
CELLSJAVA-43130Waterfall chart transparency issueBug
CELLSJAVA-43131Excel to PDF - Shapes with text not converted properlyBug
CELLSJAVA-43133Chart.toImage does not include data labels in the output imageBug
CELLSJAVA-43138Image generated with rendering issue.Bug
CELLSJAVA-43151Styling changes after conversion of XLS fileBug
CELLSJAVA-43158IllegalArgumentException: Map size(0) must be >= 1Exception
CELLSJAVA-43149Exception raised while saving XLSM after removing worksheetException
CELLSJAVA-43150Exception “java.lang.NumberFormatException” on file loadingException

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 ChartTextFrame.DirectionType property.

Gets and sets the direction of text in the chart.

Adds ChartTextFrame.ReadingOrder and obsoletes ChartTextFrame.TextDirection property.

Use ChartTextFrame.ReadingOrder property instead.

Adds classes for the enhanced feature of Revisions.

Gets the information of the revision.

Changes default value of TxtSaveOptions.TrimLeadingBlankRowAndColumn property.

To make the default behavior of saving CSV the same with ms excel, we changed the default value and behavior of this property. For old versions, its default value was “false”. From 20.4, its default value becomes “true”.

Changes the behavior for detecting blank rows/columns for saving CSV.

For old versions, we took those rows/columns which have no data but have custom settings(visibility, formatting, …etc.) as blank. From 20.4, we do not take them as blank anymore, the new behavior is the same with ms excel.

Adds TxtSaveOptions.ExportArea property.

Specifies the range of cells data to be exported. Users may use this option to get the same result with old versions for the changed behavior of TxtSaveOptions.TrimLeadingBlankRowAndColumn and blank rows/columns.

Adds UnionRange class.

Represents union range.

Deletes obsoleted DrawObject.Image property.

Use DrawObject.ImageBytes property instead.

Adds Bullet.FontName property

Gets and sets the font name of the bullet.

Adds WorksheetCollection.CreateUnionRange() method.

It creates a union range. 

Deletes obsoleted SaveType enum.

It’s unused.

Deletes obsoleted OleObject.ImageFormat and Picture.ImageFormat properties.

Use OleObject.ImageType and Picture.ImageType properties instead.