Browse our Products

Aspose.Cells for Android via Java 21.6 Release Notes

KeySummaryCategory
CELLSJAVA-43396Converting Excel sheet to text file removes single quote from the beginningNew Feature
CELLSJAVA-43386Sorting is not working when data contains non alpha numeric charactersEnhancement
CELLSJAVA-43452Japanese calendar using an Excel function is not read correctlyEnhancement
CELLSJAVA-43466CellsException: Error for ZipFile while importing odsEnhancement
CELLSJAVA-43403Text placement shifted to the left when saving as HTMLBug
CELLSJAVA-43421Escape and line break chars not correctly rendered when converting HTML to ExcelBug
CELLSJAVA-43427Conditional Format with Data Bars Show Values in HTML ExportBug
CELLSJAVA-43428Accounting format combined with 6 point Font distorts numbers in HTMLBug
CELLSJAVA-43429Text with Vertical Text Alignment Disappears in HTMLBug
CELLSJAVA-43407Excel formulas are skipped/changed after saving fileBug
CELLSJAVA-43419Custom number format not displayed correctly in PDFBug
CELLSJAVA-43374Chart labels repeated while converting the attached Excel files to PDFBug
CELLSJAVA-43409Unexpected Data labels appeared in the output image of ChartBug
CELLSJAVA-43411Font substitution warnings not working in chart to image conversionBug
CELLSJAVA-43414Xls to Pdf conversion problemBug
CELLSJAVA-43425Header-Footer not available on the first page when exported to ExcelBug
CELLSJAVA-43433Referenced image is not rendered in PDFBug
CELLSJAVA-43434SmartMarker dynamic formula has wrong expanding cell styleBug
CELLSJAVA-43435Smart Markers dynamic formula inserts cells according to left expanded column but not according to the columns in formulaBug
CELLSJAVA-43450Pivot table refresh issueBug
CELLSJAVA-43444Regression: getLastSavedUniversalTime returns incorrect dateBug
CELLSJAVA-43446Cells Track Changes ExceptionBug
CELLSJAVA-43448Regression: Invalid reference for listBug
CELLSJAVA-43457Infinite loop when saving copied workbookBug
CELLSJAVA-43442Issue with data sorting when clicking on header links in the GridWeb spring demoBug
CELLSJAVA-43443Issue with edit mode in the GridWeb JavaBug
CELLSJAVA-43455Fonts are not embedded in PDF for non ASCII characters while setting EmbedStandardWindowsFonts to falseBug
CELLSJAVA-43449Unable to change font family of chart elements from “Calibri” to “Aktiv Grotesk”Bug
CELLSJAVA-43454X-Axis labels are cut offBug
CELLSJAVA-43445Regression: missing row data for .numbers filesBug
CELLSJAVA-43463Timeline is broken after saving fileBug
CELLSJAVA-43464PivotField.hideItem() does not take effect in the output fileBug
CELLSJAVA-43470Text after a “br” tag within a “th” tag gets truncated when importing an HTML documentBug
CELLSJAVA-43481Getting the wrong formula from a cellBug
CELLSJAVA-43490Document properties cannot be extractedBug
CELLSJAVA-43491The value of the formula using the data table cannot be extracted correctlyBug
CELLSJAVA-43498Formatted result of numeric value is incorrect for zh_CN localeBug
CELLSJAVA-43451Content of the Excel file is displayed incorrectly and ChangeStyle (spring) demo is not working properlyBug
CELLSJAVA-43484Content layout is inconsistent in Excel to PDF renderingBug
CELLSJAVA-43465Missing few series of graph while converting Excel to PDFBug
CELLSJAVA-43468Issue with equation of straight line in Excel to PDF renderingBug
CELLSJAVA-43432Chart content mismatched when re-saving an XLS file formatBug
CELLSJAVA-43475Regression: Line wrapped cells are cut offBug
CELLSJAVA-43478Regression: NUMBERS to PDF, missing lot of dataBug
CELLSJAVA-43485Regression: Extra content when rendering PDF from ODSBug
CELLSJAVA-43492Converting an XML (SpreadsheetML) file removes Hidden setting in “Name Definition” in the output XLS and XLSXBug
CELLSJAVA-43417Exception raised while opening XLSX from large fileException
CELLSJAVA-43431java.lang.NullPointerException raised while calling Cells.deleteColumn() with the latest version 21.3 whereas it works with 21.2Exception
CELLSJAVA-43437IndexOutOfBoundsException on clicking other sheet pages in evaluation modeException
CELLSJAVA-43459NullPointerException in getFormulaLocal() with custom GlobalizationSettingsException
CELLSJAVA-43447Exception “java.lang.NullPointerException” occurred when using custom style file in GridWebException
CELLSJAVA-43439NegativeArraySizeException occurs on Workbook loadException
CELLSJAVA-43453NullPointerException on Workbook.save methodException
CELLSJAVA-43486NullPointerException when converting an HTML document to a 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 StartAccessCache()/CloseAccessCache() methods for Workbook and Worksheet.

Provide users the ability to access data in batch mode with better performance.

Adds TxtSaveOptions.ExportQuotePrefix and TxtLoadOptions.TreatQuotePrefixAsValue properties.

Provide users the ability to decide how to do with the leading single quote of cell’s value when exporting/importing CSV/TSV files.

Adds GlobalizationSettings.GetCollationKey(string,bool) and Compare(string,string,bool) methods.

Provide users the ability to override the default rules of string comparison. For some locales or string values, the default rule of string comparison may be not the expected one(the result of some features, such as formula calculation, sorting, etc., are different from what should be got in ms excel). If so, user may override those methods with the expected rule(for example, user may use the implementation of icu library).

Adds enum ImageType.WebP.

Represents the Weppy image.

Adds OleObject.SetEmbeddedObject() method.

In order to check whether automatically updating icon.

Adds WorkbookDesigner.LineByLine property.

Indicates whether processing smart markers line by line.

Adds HtmlSaveOptions.ExportCellCoordinate property.

Indicates whether exporting excel coordinate of nonblank cells when saving file to html. The default value is false.If you want to import the output html to excel, please keep the default value.

Adds AutoFitterOptions.DefaultEditLanguage property.

Gets or sets default edit language.

Adds Slicer.AddPivotConnection(PivotTable pivot) method.

Adds PivotTable connection for slicer.

Adds Slicer.RemovePivotConnection(PivotTable pivot) method.

Removes PivotTable connection of slicer.

Adds TxtSaveOptions.ExportAllSheets property.

Indicates whether exporting all worksheets to the file. The dafaut value is false as MS Excel.

Adds FileFormatType.Numbers09 enum.

Represents the .numbers 09 file format. And FileFormatType.Number will repsents the latest.numbers file format type later.

Adds WorkbookSettings.SetPageOrientationType() method.

Sets the print page orientation type for the whole file.

Deletes obsoleted DataBarAxisPosition.DataBarAxisAutomatic enum.

Use DataBarAxisPosition.Automatic enum instead.

Deletes obsoleted DataBarAxisPosition.DataBarAxisMidpointe num.

Use DataBarAxisPosition.Midpoint enum instead.

Deletes obsoleted DataBarAxisPosition.DataBarAxisNone enum.

Use DataBarAxisPosition.None enum instead.

Deletes obsoleted DataBarBorderType.DataBarBorderNone enum.

Use DataBarBorderType.None enum instead.

Deletes obsoleted DataBarBorderType.DataBarBorderSolid enum.

Use DataBarBorderType.Solid enum instead.

Deletes obsoleted DataBarFillType.DataBarFillGradient enum.

Use DataBarFillType.Gradient enum instead.

Deletes obsoleted DataBarFillType.DataBarFillSolid enum.

Use DataBarFillType.Solid enum instead.

Deletes obsoleted DataBarNegativeColorType.DataBarColor enum.

Use DataBarNegativeColorTypeColor enum instead.

Deletes obsoleted DataBarNegativeColorType.DataBarSameAsPositive enum.

Use DataBarNegativeColorType.SameAsPositive enum instead.

Deletes obsoleted OleObject.FileFormatType enum.

Use OleObject.FileFormatType enum instead.

Deletes obsoleted DynamicFilterType.Februray enum.

Use DynamicFilterType.February enum instead.

Adds GridCells.MoveRange() method.

Moves the range.

Adds GridCells.InsertRange() method.

Inserts a range with shift option.

Adds GridCells.DeleteRange() method.

Deletes a range with shift option.

Changes the behavior of Cell.IsErrorValue property.

In old versions, this property only applies to formula cells. To make it consistent with other properties, from 21.6 we check non-formula cells too and if its value is error value, we also return true. User may check Cell.IsFormula property first if he only needs to check error value for formula cells.

Changes the behavior of Cell.Value property.

In old versions, this property always returns DateTime object if the cell is formatted as date time and its value is numeric. From 21.6, this property returns the numeric value itself if it exceeds the maximum valid DateTime value. With this change the returned object is consistent with what shown in the formula bar of ms excel.

Adds Cell.IsNumericValue property.

Provides convenient and efficient way for user to check whether one cell’s value is numeric value(int, double, datetime).

Adds overloaded methods of Cell.SetSharedFormula()/SetArrayFormula()/SetDynamicArrayFormula().

Support to set array formulas and shared formulas with predefined values.

Adds enum PdfFontEncoding.

Represents pdf embedded font encoding.

Adds PdfSaveOptions.FontEncoding property.

Gets or sets embedded font encoding in pdf.

Adds SlicerCacheItem.Value property.

Returns the label text for the slicer item. Read-only.

Adds GlobalizationSettings.GetProtectionNameOfPivotTable() method.

Gets the protection name in the PivotTable.

Adds FileFormatUtil.FileFormatToSaveFormat method.

Converts file format to save format.


 
 English