Aspose.Cells for Android via Java 20.9 Release Notes

KeySummaryCategory
CELLSJAVA-40792Pivot table is not created for ODS fileNew Feature
CELLSJAVA-43221Exception “java.lang.NullPointerException” when loading XLT fileEnhancement
CELLSJAVA-43222Exception “com.aspose.cells.CellsException: formula data should have been corrupted….” when loading an XLS fileEnhancement
CELLSJAVA-43223Exception “java.lang.IllegalStateException: Invalid encoding: null” when loading an XLS fileEnhancement
CELLSJAVA-43226Exception “java.lang.ArrayIndexOutOfBoundsException” when retrieving picture’s dataEnhancement
CELLSJAVA-43234Data before 2014 not read from Pivot TableBug
CELLSJAVA-43210Wrong value #Value read by Aspose.CellsBug
CELLSJAVA-43215Unable to transform XLSM file to PDFBug
CELLSJAVA-43219Adding formula reference to different sheet results in corrupted Excel workbookBug
CELLSJAVA-43232ROUNDUP function issueBug
CELLSJAVA-43243Formula could not be retrieved while changing formula of neighboring cellBug
CELLSJAVA-43217Printing XLSX to XPS loses background formattingBug
CELLSJAVA-43224Issue while printing to a physical printerBug
CELLSJAVA-43241Problem with Line Height and Border while creating image from Excel areaBug
CELLSJAVA-43209setRepeatFormulaWithSubtotal(true) not generating expected results while using SmartMarkersBug
CELLSJAVA-43213Aspose.Cells 20.6 is not working fine with form controls on Office 365 (version 2005 Build 12827.20268)Bug
CELLSJAVA-43214When translating XLS to XLSX it produces a broken XLSX fileBug
CELLSJAVA-43216XLS to XLSX conversion - font boldness and positioning is changed for the shapeBug
CELLSJAVA-43228Generated XLS is in protected viewBug
CELLSJAVA-43231Error in output file after replacementsBug
CELLSJAVA-43242One of the style tag found outside the Head tagBug
CELLSJAVA-43157Customized data series color is not preserved when creating a Waterfall chartBug
CELLSJAVA-43240Unintended line breaks in shapes/objects when converting Excel to PDFBug
CELLSJAVA-43255Performance issue on Excel to PDF conversionBug
CELLSJAVA-43250Expanded label cells are not merged in SmartMarkerBug
CELLSJAVA-43253Saving the file using OoxmlSaveOptions after replacing text in SmartArt converts XLS to XLSXBug
CELLSJAVA-43263SmartMarker problem when a cell is set fill color and conditional formattingBug
CELLSJAVA-43269Not able to get value from pivot sheetBug
CELLSJAVA-43272Image shrinks after setting width scalableBug
CELLSJAVA-43280Filter issue after the pivot table refreshBug
CELLSJAVA-43281Refresh pivot table issueBug
CELLSJAVA-43285Static filters are lost after refreshing the pivot tableBug
CELLSJAVA-43288The resulting XLSB file is corrupt when saving file to XLSBBug
CELLSJAVA-43289Filter issue after refresh of pivot tableBug
CELLSJAVA-43293Issue with filter options after PivotTable.refreshData()Bug
CELLSJAVA-43279Values are not fetched properly using getStringValue()Bug
CELLSJAVA-43291grid content not showingBug
CELLSJAVA-43037Font problem on PDF conversionBug
CELLSJAVA-43249Printing issues while using physical printers, XPS and PDF printerBug
CELLSJAVA-43254Font difference while converting spreadsheet to imageBug
CELLSJAVA-43266Java version does not support loading font from current user fonts folder by defaultBug
CELLSJAVA-43268Excel to TIFF rendering - some of the values are replaced with " #" charsBug
CELLSJAVA-43275Aspose.Cell for Java 20.8 com.aspose.cells.CellsException: Error for ZipFileBug
CELLSJAVA-43277Problem with height width ratioBug
CELLSJAVA-43245Combo chart is not displayed correctly after converting Excel file to PDFBug
CELLSJAVA-43276Line break issues while converting XLSX to PDFBug
CELLSJAVA-43261SmartMarker: when using group:merge with Number Format Percentage, the expanding result is wrongBug
CELLSJAVA-43265Cannot load XLSX fileBug
CELLSJAVA-43270Content duplication (embedded Word) when copying worksheetBug
CELLSJAVA-43271WaterFall Chart Not preserving SetAsTotal PropertyBug
CELLSJAVA-43287Adding autofilter corrupts the workbookBug
CELLSJAVA-43290Processing does not return when saving XML Spreadsheet 2003 file in MS Excel workbook formatBug
CELLSJAVA-43225Exception “java.lang.NullPointerException” when retrieving string value from the cellException
CELLSJAVA-43229Exception while loading XLSM file with option setKeepUnparsedData(false)Exception
CELLSJAVA-43238Calculation fails with NPE (java.lang.NullPointerException)Exception
CELLSJAVA-43199Exception “java.lang.NegativeArraySizeException” on saving to HTMLException
CELLSJAVA-43170CellsException on calculateFormula methodException
CELLSJAVA-43267Exception “java.lang.NullPointerException” when calculating pivot table in the sheetException

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.

Marks interface ICustomFunction as obsolete.

This interface sometimes causes ambiguity and misunderstanding for users. User should use AbstractCalculationEngine instead which provides more convenient and flexible APIs for manipulating custom functions.

Marks CalculationOptions.CustomFunction property as obsolete.

Please use AbstractCalculationEngine instead of ICustomFunction by CalculationOptions.CustomEngine property.

Marks Workbook.CalculateFormula(bool, ICustomFunction) method as obsolete.

Please use Workbook.CalculateFormula(CalculationOptions) method instead.

Marks Worksheet.CalculateFormula(bool, bool, ICustomFunction) method as obsolete.

Please use Worksheet.CalculateFormula(CalculationOptions, bool) method instead.

Marks Cell.Calculate(bool, ICustomFunction) method as obsolete.

Please use Cell.Calculate(CalculationOptions) method instead.

Adds DocxSaveOptions class and SaveFormat.Docx enum

Represents the options and enum for saving workbook as .docx files.

Adds PptxSaveOptions class and SaveFormat.Pptx enum

Represents the options and enum for saving workbook as .pptx files.

Adds PowerQueryFormulaFunction class

Represents power query formula function.

Adds SaveOptions.UpdateSmartArt and deletes OoxmlSaveOptions.UpdateSmartArt property

Indicates whether updating the text of smart art shapes when saving files.

Adds SlicerCollection.Add(ListObject table, int index, string destCellName) method

Add a new Slicer using ListObjet as data source.

Adds SlicerCollection.Add(ListObject table, ListColumn listColumn, string destCellName) method

Add a new Slicer using ListObjet as data source.

Adds SlicerCollection.Add(ListObject table, ListColumn listColumn, int row, int column) method

Add a new Slicer using ListObjet as data source.

Adds Cells.RemoveDuplicates() method.

Overloaded method of Cells.RemoveDuplicates(…) for user’s convenience to remove duplicated rows in the whole sheet.

Adds TickLabels.DisplayNumberFormat property.

Gets and sets the display number format of tick labels.

Adds Cells.GetViewRowHeight() and Cells.GetViewRowHeightInch() method.

Gets the view row height.

Adds enum SheetType.InternationalMacro.

Adds new sheet type : international macro.

Adds PivotFieldCollection.iterator() method.

Gets an enumerator over the elements in this collection in proper sequence.

Adds PivotItemCollection.iterator() method.

Gets an enumerator over the elements in this collection in proper sequence.

Adds Workbook.IsWorkbookProtectedWithPassword property.

Indicates whether the structure and window is protected with password.

Add PowerQueryFormulaParameters and PowerQueryFormulaParameter classes

Represents the power query formula parameters.

Adds AbstractCalculationEngine.ProcessBuiltInFunctions property

For performance and user’s convenience consideration, we add this property and make its default value as false so user can concentrate on those functions that have not been supported by built-in engine. If user’s existing implementation of AbstractCalculationEngine changed some built-in functions’ calculation, user should override this property to make it as true from 20.9.

Adds TxtLoadOptions.HasTextQualifier property

Denotes whethere there is text qualifier for cell values in the template file.

Adds TxtLoadOptions.TextQualifier property

Specifies the text qualifier for cell values in the template file.

Adds HtmlSaveOptions.ImageScalable property

Indicates whether to use scalable unit to describe the image width. The default value of the property is true.

Adds Slicer.AlternativeText property

Gets or sets the descriptive (alternative) text string of the Slicer object.

Adds Slicer.ColumnWidthPixel property

Gets or sets the width in unit of pixels for each column of the slicer.

Adds Slicer.HeightPixel property

Gets or sets the height of the specified slicer, in pixels.

Adds Slicer.IsLocked property

Indicates whether the slicer shape is locked.

Adds Slicer.IsPrintable property

Indicates whether the slicer object is printable.

Adds Slicer.LeftPixel property

Gets or sets the horizontal offset of slicer shape from its left column, in pixels.

Adds Slicer.LockedAspectRatio property

Indicates whether locking aspect ratio.

Adds Slicer.Placement property

Represents the way the drawing object is attached to the cells below it. The property controls the placement of an object on a worksheet.

Adds Slicer.RowHeightPixel property

Returns or sets the height, in pixels, of each row in the specified slicer.

Adds Slicer.Title property

Specifies the title of the current Slicer object.

Adds Slicer.TopPixel property

Gets or sets the vertical offset of slicer shape from its top row, in pixels.

Adds Slicer.WidthPixel property

Gets or sets the width of the specified slicer, in pixels.

Adds Worksheet.PaneState property and PaneStateType enum.

Represents the state of pane in the worksheet.

Adds OdsLoadOptions.RefreshPivotTables property.

Indicates whether refreshing pivot table when loading .ods files.

Adds FilterColumn.IsDropdownVisible property.

Indicates whether the AutoFilter button for this column is visible.

Obsoletes Filter.Visibledropdown property.

Use FilterColumn.IsDropdownVisible instead.

Adds CopyOptions.KeepMacros property.

Indicates whether keeping the macors in the target workbook . It only effects when original workbook does not contains macros.

Adds overload Workbook.Copy(Workbook,CopyOptions) method.

Copies workbook with options.

Adds WarningType.InvalidAutoFilterRange enum.

Represents the warning type that the range could not autofiltered.

Adds Chart.DisplayNaAsBlank property.

Indicates whether displaying #N/A as blank value.

Adds CrossType.Minimum enum.

Represents the axises cross at the minimum value.

Adds XlsbSaveOptions.ExportAllColumnIndexes property.

Indicates whether export column indexes for all cells when saving XLSB files.