Aspose.Cells for Android via Java 19.3 Release Notes

KeySummaryCategory
CELLSJAVA-41026Support Excel 95/5.0 (XLS files)New Feature
CELLSJAVA-42827Insert row with InsertOptions similar to MS ExcelNew Feature
CELLSJAVA-42845Keep separators for empty rows when exporting an XLS file to CSVNew Feature
CELLSJAVA-42778Exception “style textRotation must be between 0 and 180” while loading the XLSMEnhancement
CELLSJAVA-42712Enhance JavaDocs for Aspose.Cells for JavaEnhancement
CELLSJAVA-42823Using FontUnderlineType.WORDS throws exceptionEnhancement
CELLSJAVA-42846Text extraction results differEnhancement
CELLSANDROID-85Issues in sheet to image conversion having transparent images above other imagesBug
CELLSJAVA-42290Mdashes and ndashes inserted into TextBoxes in charts are not rendered properly in chart’s PDFBug
CELLSJAVA-42750Unable to retrieve page fields’ items in the PivotTable reportBug
CELLSJAVA-42783Problem with strikethrough text in generated HTML file formatBug
CELLSJAVA-42784Data in some cells (e.g G7, H7, etc.) are not rendered the same way as per in original file in Excel to HTML/image conversionBug
CELLSJAVA-42797Some styles are not rendered in HTML inputBug
CELLSJAVA-42807Formula/function “ISOWEEKNUM” calculation is not the same as MS ExcelBug
CELLSJAVA-42794ODS to XLSX - Text color changedBug
CELLSJAVA-42795ODS to XLSX - Strikethrough font not preserved properlyBug
CELLSJAVA-42796ODS to XLSX - Text box dimensions changedBug
CELLSJAVA-42798ODS -> XLSX - Hyperlink is functional but shown as plain textBug
CELLSJAVA-42802ODS to XLSX, Percentages are lost in bar graph chartBug
CELLSJAVA-42803Outline “SummaryRowBelow” not affected when saving as XLSB file formatBug
CELLSJAVA-42826Data with conditional formatting omitted while XLSX to HTML conversionBug
CELLSJAVA-42815Adding complex reference to defined name results in corrupt MS Excel workbookBug
CELLSJAVA-42822Cell.getValidationValue returns wrong value for the specified valueBug
CELLSJAVA-42829Custom function name within the shared formulas replaced by another nameBug
CELLSJAVA-42824Axis titles missing and other formatting is wrong of charts in Excel to PDF/A conversionBug
CELLSJAVA-42814Arrows in the PNG output are not matching the arrows in the Excel chartBug
CELLSJAVA-42777Wrong rows height changed while using auto-fit rows operationBug
CELLSJAVA-42813Workbook setting “ReCalculateOnOpen” not persistedBug
CELLSJAVA-42816Incomplete display for AutoFitterOptions.setAutoFitMergedCells(true)Bug
CELLSJAVA-42817The Textboxes background color is unexpectedly changedBug
CELLSJAVA-42821On deleting first row of a Range, the Range is updated wronglyBug
CELLSJAVA-42828When using Cell.setHtmlString a new line is added at the end of the textBug
CELLSJAVA-42844The text isn’t properly aligned in PDF outputBug
CELLSJAVA-42834Changes black text color to redBug
CELLSJAVA-42839Scatter chart is not rendered in Excel to PDF conversionBug
CELLSJAVA-42840Horizontal axis labels are not rendered fine for charts in Excel to PDF renderingBug
CELLSJAVA-428422D Bubble chart is not rendered in Excel to PDF conversionBug
CELLSJAVA-42833Issue while embedding same PDF file in multiple sheets in a workbookBug
CELLSJAVA-42836Workbook.hasExernalLinks() does not return true for DDE linksBug
CELLSJAVA-42848Fonts setting and other objects not copied using Range.copy() functionBug
CELLSJAVA-42757CellsException while converting filesException
CELLSJAVA-42799Exception “java.lang.ArrayIndexOutOfBoundsException: -32768” when loading an XLSX file formatException
CELLSJAVA-42800ArrayIndexOutOfBoundsException when loading a workbookException
CELLSJAVA-42820Exception “Invalid IMEModeType string val” when loading an XLSX file formatException
CELLSJAVA-42849IndexOutOfBoundsException exception while converting XLSX to HTMLException
CELLSJAVA-42831Exception raised by Excel after applying styling to range of header cellsException

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 PivotTable.ShowReportFilterPageByName(string fieldName) method

Shows all the report filter pages according to PivotField’s name, the PivotField must be located in the PageFields.

Adds PivotTable.ShowReportFilterPageByIndex(int posIndex) method

Shows all the report filter pages according to the position index in the PageFields.

Adds PivotTable.ShowReportFilterPage(PivotField pageField) method

Shows all the report filter pages according to PivotField, the PivotField must be located in the PageFields.

Adds DataSorterKey and DataSorterKeyCollection class

Represents the key of the data sorter.

Adds DataSorter.AddKey(Int32,SortOnType,SortOrder,Object) method

Adds the sort key such as cell’s background color, font color.

Adds Aspose.Cells.DataSorter.Keys property

Gets all keys of the data sorter.

Adds SortOnType enum

Represents the type of sorted data.

Adds ODSLoadOptions class

Represents the options of loading ODS file.

Adds HTMLLoadOptions.ProgId property

Gets the program id of creating the file. used only for MHT files.

Adds PdfSaveOptions.TextCrossType property

Gets or sets displaying text type when the text width is larger than cell width.

Adds TextCrossType enum class

Enumerates displaying text type when the text width is larger than cell width.

Adds WorksheetCollection.RegisterAddInFunction() methods

Replacement of Cell.SetAddInFormula(), a more convenient and efficient way for users to add and use addin functions.

Obsoletes Cell.SetAddInFormula() method

Please register the addin functions firstly by WorksheetCollection.RegisterAddInFunction() and then setting the formula for Cell by Cell.Formula/Cell.SetFormula() instead.

Adds Cells.CountLarge property

Functionally is the same as the Count property, except that the Count property may generate an overflow error when there are too many instantiated Cell objects.

Adds Hyperlink.Delete() method

Deletes this hyperlink.

Gets all hyperlinks in the range.

Adds enum CopyFormatType

Represents the type of copying format when inserting rows.

Adds InsertOptions class and Cells.InsertRows(int, int , InsertOptions) method

Inserting rows with some options.

Adds FileFormatUtil.DetectFileFormat(Stream,String) and FileFormatUtil.DetectFileFormat(String,String) methods

Detects the file format of encrypted OOXML file.

Adds ListObject.AlternativeDescription and ListObject.AlternativeText properties

Gets and sets the alternative text and description of the table.

Adds Line.ThemeColor property

Gets and sets the theme color of the line.

Adds Mode3d and MsoModel3dFormat class

Encapsulates the object that represents a single 3D model in a spreadsheet.

Adds ImageType.Gltf enum

Represents the type of 3D model.

Changes for default font of loaded XLS template file

In older versions, we did not support to apply the font defined in theme (advanced feature in MS Excel 2007 and later versions) according to the region when loading the XLS template files. On some users’ requirement, we have supported it from v19.3. If the region has been specified in the XLS template file, then we will apply the font defined in theme according to the saved specified region value. Otherwise we will apply the font defined in theme according to the application environment’s regional settings. This will cause the default font of the workbook (loaded from XLS template file which has specified theme data) changed, and then influence other features, such as column width, shape size, rendering effect, …etc.

Adds Name.GetReferredAreas(bool recalculate) method

Provides the references referred by the defined Name like GetRanges(bool recalculate) method. But the returned references are represented by ReferredArea object which provides richer features including external links.

Adds TxtSaveOptions.KeepSeparatorsForBlankRow property

Indicates whether separators should be output for blank row. Default value is false which means the content for blank row will be empty.

Adds enum AutoFitMergedCellsType

Represents the type of auto fitting merged cells.

Obsoletes AutoFitterOptions.AutoFitMergedCells property and Adds AutoFitterOptions.AutoFitMergedCellsType property

Gets and sets the type of auto fitting row height.

Adds JSONUtility and JsonLayoutOptions classes

It’s used to import json files.

Adds TableToRangeOptions class and ListObject.ConvertToRange(TableToRangeOptions options) method

Converts the table to range with options.