Aspose.Cells for Android via Java 19.6 Release Notes

KeySummaryCategory
CELLSJAVA-42914Large conditional formats cause OOM exceptionEnhancement
CELLSJAVA-42916Data format issue after Workbook.save()Enhancement
CELLSJAVA-42930Excel95 load failureEnhancement
CELLSJAVA-42927Saved file opens slow in Excel after deleting columnsEnhancement
CELLSJAVA-42857Wrong value displayed for shapes in the exported PDFBug
CELLSJAVA-42890The image is opaque and not transparent after conversion - Excel to HTML renderingBug
CELLSJAVA-42893Chart is missing in Excel to HTML renderingBug
CELLSJAVA-42899Excel to HTML problemBug
CELLSJAVA-42903Excel to HTML rendering issue on CentOSBug
CELLSJAVA-42882Could not extract data from an MS Excel 95 XLS fileBug
CELLSJAVA-42887Calculation difference between MS Excel and Aspose.CellsBug
CELLSJAVA-42891XIRR function gives a numeric error if any null value exists in the rangeBug
CELLSJAVA-42909Issue with DATEVALUE functionBug
CELLSJAVA-42910Issue with VLOOKUP function when a character is there in the stringBug
CELLSJAVA-42911Issue while using TEXT function for datesBug
CELLSJAVA-42896Conversion to PDF turns over phone numbersBug
CELLSJAVA-42900Conversion to PDF changes text orderBug
CELLSJAVA-42932Conditional formatting error with Style.getDisplayStyle methodBug
CELLSJAVA-42928Some lines are not reflected in XLSX to PDF conversionBug
CELLSJAVA-42904Header image seemingly corrupts the fileBug
CELLSJAVA-42907Filter lost after saving the workbookBug
CELLSJAVA-42915Filters are changed after adding a sheet to the workbookBug
CELLSJAVA-42918Converted file’s chart flattened (XLS to XLSX conversion) Bug
CELLSJAVA-42938Loading XLSX file halts the applicationBug
CELLSJAVA-42881Exception “java.lang.IllegalStateException: Invalid encoding: null " when loading an MS Excel 5.0/95 XLS fileException
CELLSJAVA-42884Exception “java.lang.ArrayIndexOutOfBoundsException” when loading an MS Excel 5.0/95 XLS fileException
CELLSJAVA-42859CellsException for loading Name from ODS fileException
CELLSJAVA-42908Exception while calling Name.getRefersTo()Exception
CELLSJAVA-42926IllegalStateException on loading workbookException

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 Android via 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.

Adds enum FileFormatType.FODS,FileFormatType.SXC,LoadFormat.FODS,LoadFormat.SXC,SaveFormat.FODS and SaveFormat.SXC

Represents the .FODS and .SXC file format types.

Adds enum WarningType.UnsupportedFileFormat

Represents unsupported file format for warning types.

Adds enum ODSGeneratorType

Represents the generator type of ods.

OoxmlSaveOptions.EmbedOoxmlAsOleObject

Indicates whether embeding OOXML file as OleObject.

Adds Row.CopySettings(Aspose.Cells.Row,System.Boolean)

Copy settings of row, such as style, height, visibility, …etc.