Browse our Products

Aspose.Cells for Android via Java 22.12 Release Notes

KeySummaryCategory
CELLSJAVA-44890support import file with openpassword for GridWebNew Feature
CELLSJAVA-43645The “3-D-format” attribute of the rectangle is not rendered correctlyNew Feature
CELLSJAVA-44936Set chart image (PNG) DPI settingsEnhancement
CELLSJAVA-44937Set chart image (JPG) DPI settingsEnhancement
CELLSJAVA-44998Double quote causing inline style failed in HTMLEnhancement
CELLSJAVA-44884List numbers are incorrect after XLSX to HTML or PDF conversionBug
CELLSJAVA-44883Workbook containing pivot table gets corrupted after processing pivot table in itBug
CELLSJAVA-44879The formatted result for GridWeb was different from Cell.DisplayStringValueBug
CELLSJAVA-44327Borders and fewer lines shown in black and white pie slices in chart to image renderingBug
CELLSJAVA-44853The data on the x-axis angle is not the same as Excel in chart to image renderingBug
CELLSJAVA-44854The data on the y-axis step is not the same as Excel in chart to image renderingBug
CELLSJAVA-44904Issues when rendering Excel charts to JPG conversionBug
CELLSJAVA-44850Importing an XLT file, the text is not displayed completely using latest demos with latest Aspose.Cells.GridWeb version with latest resource filesBug
CELLSJAVA-44857When using the Aspose.Cells.GridWeb for Java v22.8 version with latest resource files to open an Excel document, the effect of the cells is different from the original documentBug
CELLSJAVA-44903SVG rendition not working as expectedBug
CELLSJAVA-44909When multiple lines are bolded, it seems to be overflowing to the other lines unnecessarilyBug
CELLSJAVA-44888“+” and “-” were disappeared after conversion - Excel to HTML renderingBug
CELLSJAVA-44775Chart labels overlapped in chart to image renderingBug
CELLSJAVA-44882Chart to image rendering - One of the labels is inside the doughnut chartBug
CELLSJAVA-44943XLSX to PDF: Chart labels not rendered correctlyBug
CELLSJAVA-44928XLS to PDF: Insufficient data for an imageBug
CELLSJAVA-44910Convert Excel to HTML results in thousands of similar small imagesBug
CELLSJAVA-44944Resizing tables change formatting of cellsBug
CELLSJAVA-44948Images cannot display in the sheet when converting HTML to ExcelBug
CELLSJAVA-44970Optimize the shadow effectBug
CELLSJAVA-44967Chart getDataLabels().getText() returning different value in v22.6.0 and later versionsBug
CELLSJAVA-44969Convert Excel to HTML, the datalabels display errorsBug
CELLSJAVA-44949Transparency changed when inserting Excel range as image with different format into PowerPoint slideBug
CELLSJAVA-44985Excel to HTML conversion - the graph legend does not appear and the plot area is truncatedBug
CELLSJAVA-44952Issue with DataBar.toImage method regarding widthBug
CELLSJAVA-44986The imported pictures are not aligned in a line when images are in DivBug
CELLSJAVA-44987Some pictures are covered by others when loading htmlBug
CELLSJAVA-44988Text is not rotated when loading htmlBug
CELLSJAVA-44989Font settings in div are lost when loading htmlBug
CELLSJAVA-44997Data and formattings lost in HTML to Excel conversionBug
CELLSJAVA-44999Aspose.Cells Custom GlobalizationSettings not working for most of the pivot tableBug
CELLSJAVA-44898Reading from GZIPInputStream sometimes throws bogus “File is corrupted” error in 22.7 and newer versionsException
CELLSJAVA-44881Exception “java.lang.ArrayIndexOutOfBoundsException: 15070” on loading an XLS fileException
CELLSJAVA-44908Exception “java.lang.OutOfMemoryError: Java heap space” when loading large XLSB filesException
CELLSJAVA-44929Regression: “java.lang.NullPointerException” on Workbook.calculateFormula()Exception
CELLSJAVA-44927Exception “java.lang.IndexOutOfBoundsException: Index: 5, Size: 5” when converting Excel file to HTMLException
CELLSJAVA-44939Error “java.lang.StringIndexOutOfBoundsException: String index out of range: 0” while trying to read an Excel fileException

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.

Changed the limit of moving cells out of the sheet for inserting rows

In old versions, if there are cells that have formatting settings but has no value?and will be moved out of the sheet, insert operation is not allowed. From 22.10, insert operation is allowed for such kind of situation and such behavior is same with ms excel now.

Adds DataModelConnection class

Specifies a data model connection.

Adds Chart.ChangeTemplate(byte[]) methods

Change chart type with preset template file.

Adds ChartCollection.Add(byte[] data, string dataRange, bool isVertical, int topRow, int leftColumn,int rightRow, int bottomColumn) method.

Adds chart with preset template file.

Adds Cell.IsDynamicArrayFormula property

Indicates whether the cell’s formula is dynamic array formula(true) or legacy array formula(false).

Obsoletes SparklineGroup.SparklineCollection property and adds SparklineGroup.Sparklines property

Use SparklineGroup.Sparklines property instead.

Obsoletes Worksheet.SparklineGroupCollection property and adds Worksheet.SparklineGroups property

Use Worksheet.SparklineGroups property instead.

Adds enum JsonExportHyperlinkType

Represents the type of exporting hyperlink to json files.

Adds JsonUtility.ExportRangeToJson(Range, JsonSaveOptions) and obsoletes ExportRangeToJson(Range, ExportRangeToJsonOptions) method

Use JsonUtility.ExportRangeToJson(Range, JsonSaveOptions) instead.

Adds PivotTable.DataFieldHeaderName property

Gets and sets the name of the value area field header in the PivotTable.

Adds override Range.SetStyle(Style,System.Boolean) method

Only overwrite formatting which is explicitly set when the flag is set

Adds PivotField.NonAutoSortDefault property

Indicates whether a sort operation that will be applied to this pivot field is an autosort operation or a simple data sort.

Adds GlobalizationSettings.GetDataFieldHeaderNameOfPivotTable() method

Gets the local name of the value area field header in the PivotTable.

Adds Chart.PlotVisibleCellsOnly property and obsoletes Chart.PlotVisibleCells property.

Use Chart.PlotVisibleCellsOnly property instead.

Adds JsonSaveOptions.ExportEmptyCells property.

Indicates whether exporting empty cells as null.

Adds JsonSaveOptions.ExportHyperlinkType property.

Represents the type of exporting hyperlink to json.

Adds JsonSaveOptions.ExportNestedStructure property.

Exported as parent-child hierarchy Json structure.

Adds JsonSaveOptions.SkipEmptyRows property.

Indicates whether skipping emtpy rows.

Deletes obsoleted SheetRender.GetPageSize(System.Int32) method

Use SheetRender.GetPageSizeInch(System.Int32) instead.

Deletes obsoleted WorkbookRender.GetPageSize(System.Int32) method

Use WorkbookRender.GetPageSizeInch(System.Int32) instead.

Deletes obsoleted AutoShapeType.TextWave3 and AutoShapeType.TextWave4 enum

Use UseAutoShape.TextDoubleWave1 and UseAutoShape.TextDoubleWave2 instead.


 
 English