Aspose.Cells for Android via Java 19.4 Release Notes

KeySummaryCategory
CELLSJAVA-42838Disabling auto show task pane property.New Feature
CELLSJAVA-42853Performance issue while converting XLSX to HTMLEnhancement
CELLSANDROID-88Image lost during workbook to PDF conversionBug
CELLSJAVA-42852The label on both of the axis aren’t shownBug
CELLSJAVA-42856Excel to HTML problemBug
CELLSJAVA-42872Picture of the Sheet, the right and bottom lines are missingBug
CELLSJAVA-42873The preconditioned Sheet has several cell backgrounds and text missing and is hidden.Bug
CELLSJAVA-42874Column loss when exporting a file to HTMLBug
CELLSJAVA-42875The width is wrong and the display is out of shapeBug
CELLSJAVA-42878The result of calculating formulas is not correctBug
CELLSJAVA-40419Cannot create tagged PDF while exporting from Excel to PDFBug
CELLSJAVA-40570Wrong conversion to PDF and JPG for pages of different sizesBug
CELLSJAVA-42833Issue while embedding the same PDF file in multiple sheets in a workbookBug
CELLSJAVA-42858Issue when adding an image to merged cells using smart markers with Picture:FitToCell optionBug
CELLSJAVA-42862Sheet name getting renamed in formulas after CSV importBug
CELLSJAVA-42865Wrong time read from a cell in ODS fileBug
CELLSJAVA-42879Excel file becomes corrupted after saving by Aspose.CellsBug
CELLSJAVA-42860java.lang.NullPointerException when loading an ODS file formatException
CELLSJAVA-42871java.lang.Exception: Unsupported clone for backed stream while converting XLSX to PDFException

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 APIs for saving Markdown document: SaveFormat.Markdown, FileFormatType.Markdown, MarkdownSaveOptions

Supports to save cells content as markdown table. With Workbook.Save() method, all cell contents in the active sheet will be exported as a table in markdown document.

Removes obsolete properties of TxtLoadOptions

Please use LoadStyleStrategy property instead of KeepExactFormat.

Removes obsolete class LoadDataOption

Please use LoadFilter class and LoadOptions.LoadFilter property instead.

Removes obsolete properties of LoadOptions

LoadOptions.ConvertNumericData: please use this property with corresponding subclass of LoadOptions, such as TxtLoadOptions. LoadOptions.LoadDataOptions: please use LoadOptions.LoadFilter property with custom implementation of LoadFilter. LoadOptions.LoadDataFilterOptions: please use LoadOptions.LoadFilter.LoadDataFilterOptions instead. LoadOptions.OnlyLoadDocumentProperties: please use LoadOptions.LoadFilter.LoadDataFilterOptions=LoadDataFilterOptions.DocumentProperties. LoadOptions.LoadDataAndFormatting/LoadDataOnly: please use LoadOptions.LoadFilter.LoadDataFilterOptions=LoadDataFilterOptions.CellData | LoadDataFilterOptions.DefinedNames.

Adds PdfSaveOptions.ExportDocumentStructure property

Gets or sets a value determining whether or not to export document structure.

Adds classes of Aspose.Cells.WebExtensions namespace

Represents the WebExtensions and WebExtensionTasks

Adds WorksheetCollection.WebExtensions and WorksheetCollection.WebExtensionTaskPanes properties.

Represents all WebExtensions and WebExtensionTasks.

Adds WebExtensionShape class

Represents the shape of WebExtension. 

Adds Cells.InsertCutCells() method.

Inserts cut cells.

Adds Cells.SetViewColumnWidthPixel method.

Sets the view width of the column.

Adds ThreadedCommentCollection and ThreadedComment classes.

Represents the threaded comment. 

Adds WorksheetCollection.ThreadedCommentAuthors property.

Gets and sets the authors of threaded comments.

Adds Comment.ThreadedComments property.

Represents the threaded comments on the comment.

Add CommentCollection.AddThreadedComment() and CommentCollection.GetThreadedComments() methods.

Adds and gets the threaded comments.

Add Chart.SubTitle property.

Gets the chart’s sub-title. Only for ODS format file.