Aspose.Cells for Android via Java 9.0.0 Release Notes

KeySummaryCategory
CELLSJAVA-41925Calculation time has increased with recent API revisionsNew Feature 
CELLSJAVA-40958User configurable fonts substitution mechanism is requiredNew Feature 
CELLSJAVA-41925Calculation time has increased with recent API revisionsNew Feature 
CELLSJAVA-41947Ability to detect if a DataPoint is in Pie or BarNew Feature 
CELLSJAVA-41936Workbook.calculateFormula() method never terminates for the source Excel fileEnhancement 
CELLSJAVA-41827Spreadsheet takes more than 3 minutes to calculate formulas by Workbook.calculateFormula() methodEnhancement 
CELLSJAVA-41928Unable to catch image resource while rendering spreadsheet to HTML with IStreamProviderBug 
CELLSJAVA-41841Problem with rendering checkboxes to HTMLBug 
CELLSJAVA-41932Issue with getDisplayStringValue() for Date formatted valuesBug 
CELLSJAVA-41930Using Light Cells APIs to process an XLS file, the first cell of the first sheet is always processedBug 
CELLSJAVA-41931Character spacing and break not correct for vertical text while rendering spreadsheet to PDFBug 
CELLSJAVA-41709Column widths are different on CentOS than on WindowsBug 
CELLSJAVA-41933Chart scale has shifted while rendering spreadsheet to PDFBug 
CELLSJAVA-41934Alignment problem when rendering an Excel file to PDFBug 
CELLSJAVA-41935Formatting of legend entries is disturbed while rendering spreadsheet to PDFBug 
CELLSJAVA-41943Horizontal axis labels have not been rendered completely, that is; all labels are missing some contents in the rendered image.Bug 
CELLSJAVA-41940File is corrupted after formula calculation and saveBug 
CELLSJAVA-41952Calculation result is not correctBug 
CELLSJAVA-41941Array formula is not being calculated properlyBug 
CELLSJAVA-41937Some values from the Excel file are missing in the output HTML - XLS to HTML conversionBug 
CELLSJAVA-41969Cell shading is missing while converting HTML to XLSXBug 
CELLSJAVA-41955Workbook to HTML show ‘#’ in cellsBug 
CELLSJAVA-41942Missing borders, cell shading and images - HTML to Excel renderingBug 
CELLSJAVA-41967Cells missing in PDF when multiple print-areas defined in a single sheetBug 
CELLSJAVA-41958Right side legend is truncating in the chart imageBug 
CELLSJAVA-41953Text misplaced at diagram after converted to HTML formatBug 
CELLSJAVA-41948Chart is changed while converting spreadsheet to HTMLBug 
CELLSJAVA-41981Incorrect position of vertical line in Chart’s PDFBug 
CELLSJAVA-41964Autofit does not consider indent levelBug 
CELLSJAVA-40260Changing the text of an existing WordArt in an Excel file Bug 
CELLSJAVA-41927Exception: “java.lang.OutOfMemoryError” while saving to HTML file formatException 
CELLSJAVA-41945CellsException: Error in calculating Cell[0Sheet1!E5] at Workbook.calculateFormula while calculating TREND functionException 
CELLSJAVA-41946Opening Excel file causes java.lang.NumberFormatException: For input string: “80000020”Exception 
CELLSJAVA-41922IndexOutOfBoundsException while copying cellsException 
CELLSJAVA-41971Cell.getValidationValue() throws NullPointerException for Custom validation typeException 
CELLSJAVA-41963Illegal key size exception occurs while opening the source a5.xlsxException 
CELLSJAVA-41962ArrayIndexOutOfBoundsException exception occurs while opening the source a4.xlsException 
CELLSJAVA-41961Invalid string in the file exception occurs while opening the source a3.xlsException 
CELLSJAVA-41960NegativeArraySizeException exception occurs while opening the source a2.xlsException 
CELLSJAVA-41959NullPointerException exception occurs while opening the source a1.xlsxException 

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. If you have concerns about any change listed, please raise it on the Aspose.Cells support forum.

Adds CopyOptions.ReferToDestinationSheet property and Cells.CopyRows(Cells sourceCells, int sourceRowIndex, int destinationRowIndex, int rowNumber, CopyOptions copyOptions) method

When copying the range and the chart refers to the source sheet, False means the copied chart’s data source will not be changed. True means the copied chart’s data source refers to the destination sheet.

Adds HtmlSaveOptions.FilePathProvider property

Gets or sets the IFilePathProvider for exporting Worksheet to HTML separately.

Adds IFilePathProvider interface

Represents the exported file path provider.

Adds FontConfigs class

Specifies font settings.

Adds FontSourceBase class

This is an abstract base class for the classes that allow the user to specify various font sources.

Adds FileFontSource class

Represents the single TrueType font file stored in the file system.

Adds FolderFontSource class

Represents the folder that contains TrueType font files.

Adds MemoryFontSource class

Represents the single TrueType font file stored in memory.

Adds FontSourceType enum

Specifies the type of a font source.

Adds CalculationOptions.Recursive property

Specifies whether calculate the dependent cells recursively when calculating one cell and it depends on other cells.

Obsoletes CellsHelper.FontDir property

Use FontConfigs.SetFontFolder(string, bool) method with folder recursive to false instead.

Obsoletes CellsHelper.FontDirs property

Use FontConfigs.SetFontFolders(string[], bool) method with folder recursive to false instead.

Obsoletes CellsHelper.FontFiles property

Use FontConfigs.SetFontSources(FontSourceBase[]) instead.

Obsoletes Shape.LineFormat property and adds Shape.Line property

Please use Shape.Line property instead.

Obsoletes Shape.FillFormat property and adds Shape.Fill property

Please use Shape.Fill property instead.

Obsoletes ShapeFormat class and Shape.Format property

Please directly use Shape.Fill and Shape.Line properties.

Obsoletes ShapeFont class and adds TextOptions class

Please use TextOptions class instead.

Adds TextOptions.Fill property, TextOptions.Outline and TextOptions.Shadow property

Represents the fill, outline and shadow of the text.

Obsoletes FontSetting.ShapeFont property and adds FontSetting.TextOptions property

Please use FontSetting.TextOptions property instead.

Adds Shape.TextOptions property.

Represents the text options of the shape.

Obsoletes Worksheet.SetBackground method.

Please use Worksheet.BackgroundImage property instead.

Obsoletes LineShape.BeginArrowheadStyle and ArcShape.BeginArrowheadStyle

Please use Shape.Line.BeginArrowheadStyle property instead.

Obsoletes LineShape.BeginArrowheadWidth and ArcShape.BeginArrowheadWidth

Please use Shape.Line.BeginArrowheadWidth property instead.

Obsoletes LineShape.BeginArrowheadLength and ArcShape.BeginArrowheadLength

Please use Shape.Line.BeginArrowheadLength property instead.

Obsoletes LineShape.EndArrowheadStyle and ArcShape.EndArrowheadStyle

Please use Shape.Line.EndArrowheadStyle property instead.

Obsoletes LineShape.EndArrowheadWidth and ArcShape.EndArrowheadWidth

Please use Shape.Line.EndArrowheadWidth property instead.

Obsoletes LineShape.EndArrowheadLength and ArcShape.EndArrowheadLength

Please use Shape.Line.EndArrowheadLength property instead.

Deletes obsoleted Worksheet.CopyConditionalFormatting() method.

Deletes obsoleted Workbook.CheckWriteProtectedPassword() method.

Please use WorkbookSettings.WriteProtection.ValidatePassword method instead.

Renames Workbook.RemoveDigitallySign as Workbook.RemoveDigitalSignature method.

Obsoletes WorksheetCollection.ClearPivots method adds WorksheetCollection.ClearPivottables method.

Please use WorksheetCollection.ClearPivottables method.

Adds ChartSplitType.Auto property.

Represents the data points shall be split using the default mechanism for this chart type.

Adds ChartPoint.IsInSecondaryPlot property.

Gets or sets a value indicates whether this data points is in the second pie or bar on a pie of pie or bar of pie chart.

Adds OleObject.ClassIdentifier property.

Gets or sets the class identifier of the embedded object.