Aspose.Cells for Java 19.5 Release Notes
Contents
[
Hide
]
This page contains release notes for Aspose.Cells for Java 19.5.
Key | Summary | Category |
---|---|---|
CELLSJAVA-42857 | Wrong value displayed for shapes in the exported PDF | Bug |
CELLSJAVA-42890 | The image is opaque and not transparent after conversion - Excel to HTML rendering | Bug |
CELLSJAVA-42893 | The chart is missing in Excel to HTML rendering | Bug |
CELLSJAVA-42899 | Excel to HTML problem | Bug |
CELLSJAVA-42903 | Excel to HTML rendering issue on CentOS | Bug |
CELLSJAVA-42882 | Could not extract data from an MS Excel 95 XLS file | Bug |
CELLSJAVA-42887 | Calculation difference between MS Excel and Aspose.Cells | Bug |
CELLSJAVA-42891 | XIRR function gives a numeric error if any null value exists in the range | Bug |
CELLSJAVA-42909 | Issue with DATEVALUE function | Bug |
CELLSJAVA-42910 | Issue with VLOOKUP function when a character is there in the string | Bug |
CELLSJAVA-42911 | Issue while using TEXT function for dates | Bug |
CELLSJAVA-42896 | Conversion to PDF turns over phone numbers | Bug |
CELLSJAVA-42900 | Conversion to PDF changes text order | Bug |
CELLSJAVA-42881 | Exception “java.lang.IllegalStateException: Invalid encoding: null " when loading an MS Excel 5.0/95 XLS file | Exception |
CELLSJAVA-42884 | Exception “java.lang.ArrayIndexOutOfBoundsException” when loading an MS Excel 5.0/95 XLS file | 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.
Adds StreamProviderOptions constructor
New StreamProviderOptions.
Adds FileFormatType.GraphChart enum
Represents the embedded graph chart file.
Adds ImportTableOptions.CheckMergedCells properties
Indicates whether checking merged cells when importing data.
Adds ODSCellFieldCollection, ODSCellField classes and ODSCellFieldType enum
Represents the cell field of ODS.
Adds Cells.ODSCellFields properties
Gets the list of cell fields of ODS.
Adds ODSPageBackground class and PageSetup.ODSPageBackground property
Represents the background of ODS.