Browse our Products

Aspose.Cells for Android via Java 25.3 Release Notes

KeySummaryCategory
CELLSJAVA-46245Support css prefix while rendering sheet to svg imageNew Feature
CELLSJAVA-46246Support to create unique clip-path identifiers while rendering sheets to svg images for combiningNew Feature
CELLSJAVA-46279Support setting multiple ranges for smartmarkerNew Feature
CELLSJAVA-46291Support accessing array slicer in Excel smart marker templateNew Feature
CELLSJAVA-46208Support rich formatted text when saving Excel to docxEnhancement
CELLSJAVA-46299Support to calculate XMATCH function with multiple lookup valuesEnhancement
CELLSJAVA-46284Accessing array element by index in Excel templateEnhancement
CELLSJAVA-46293Support specifying SheetSet while converting XLSX to MDEnhancement
CELLSJAVA-46215Excel to PDF still displays the data but truncates some of itBug
CELLSJAVA-46212The Texts are skewed and exceeds the scope when converting file to htmlBug
CELLSJAVA-46187Excel to html conversion - Some “td” elements have “id” attributeBug
CELLSJAVA-46204Pattern lost when saving file to htmlBug
CELLSJAVA-46203Extra borders are added when saving file to htmlBug
CELLSJAVA-46202Text text postion is incorrect when saving file to htmlBug
CELLSJAVA-46225Number formats are not working after calling PivotTable.formatAll(dxfStyle)Bug
CELLSJAVA-46216Row Labels are not working when Summary fields added to Pivot tableBug
CELLSJAVA-46211Many additional borders appear when converting files to htmlBug
CELLSJAVA-46207Losing linefeed/line breaks when saving Excel to docxBug
CELLSJAVA-46206Drag and Drop are not working when adding calculate fields in PivotTableBug
CELLSJAVA-46264Missing Data when sample file is converted into PDFBug
CELLSJAVA-46213Table as HTML extracted from Excel range presents different layout in the presence of hidden columnsBug
CELLSJAVA-46227Diagonal border loss when converting file to htmlBug
CELLSJAVA-46231The display effect of generated html is incorrect on iPadBug
CELLSJAVA-46239The cells in the HTML result file are still merged when MergeEmptyTdType is set to NoneBug
CELLSJAVA-46237The images are missing when resaving a file that contains DISPIMG images and opening it using WPSBug
CELLSJAVA-46241The image in excel file is lost after saving to docx fileBug
CELLSJAVA-46250Support base64 image array data source for smart markerBug
CELLSJAVA-46285Workbook.calculateFormula gives the wrong resultBug
CELLSJAVA-46300LAMBDA functions in shared formula are calculated incorrectly when using relative referencesBug
CELLSJAVA-46310XLOOKUP was calculated incorrectly with multiple lookup values and search mode -1Bug
CELLSJAVA-46311XLOOKUP was spilled incorrectly with multiple lookup values and invalid match mode or search modeBug
CELLSJAVA-46249Issue with text encoding while creating PDF from .xlsb fileBug
CELLSJAVA-46287The specified SheetSet is ignored while converting xlsx to docxBug
CELLSJAVA-46267The text covers the border when saving file to htmlBug
CELLSJAVA-46270Incorrect cell background when exporting to HTMLBug
CELLSJAVA-46268Database Error/Name Conflict error coming while opening the saved Excel XLSM fileBug
CELLSJAVA-46273Missing random values and some cells colored green for some reason in Excel to PDF conversionBug
CELLSJAVA-46274Get garbled characters of VBA after calling VbaModule.getCodes() methodBug
CELLSJAVA-46275Issue with rendering an array of objects in JSON dataBug
CELLSJAVA-46283The size of the cell embedding image has changed after resaving sample file and opening it in WPSBug
CELLSJAVA-46230NullPointerException occurs when resaving the excel fileException
CELLSJAVA-46288“com.aspose.cells.CellsException: For input string: ‘22860100000’” when rendering Excel file to PDFException
CELLSJAVA-46312Searching string value in cached cells range for functions such as XLOOKUP/XMATCH sometimes caused NPEException
CELLSJAVA-46278ArrayIndexOutOfBoundsException occurs when using json data as smartmarker data sourceException

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 new method AutoFilter.GetCellArea(bool refreshAppliedRange).

Supports getting the refreshed/re-calculated range of auto filter according to current cells data.

Adds new method AbstractCalculationEngine.SkipCalculation().

Supports skipping the calculation for the entire formula that references to the function currently under evaluation.

Adds HtmlSaveOptions.EnableCssCustomProperties Property.

Optimizes the output of html by using CSS custom properties. For example, in scenarios where there are multiple occurences for a base64 image(IconSets or Pattern style), using custom properties allows the image data to be saved only once, improving the performance of the resultant HTML.

Adds Workbook.CreateStyle(Boolean) method.

Creates a style with an option to clone the default style.

Adds PivotArea.SelectField() method.

Selects a pivot area that contains a field.

Adds PivotArea.GetCellAreas() method.

Converts a pivot area to cell areas.

Adds PivotAreaCollection class.

Represents a list of pivot areas.

Adds PivotConditionalFormat and PivotConditionalFormatCollection classes, obsoletes PivotFormatCondition and PivotFormatConditionCollection classes.

Use PivotConditionalFormat and PivotConditionalFormatCollection instead.

Obsoletes PivotTable.RefreshDataFlag property.

It’s no longer used. Please remove any calls to it.

Obsoletes PivotTable.Move() method and adds PivotTable.MoveTo() method.

Use PivotTable.MoveTo() instead.

Obsoletes PivotTable.GetHorizontalBreaks() and adds PivotTable.GetHorizontalPageBreaks() method.

Use PivotTable.GetHorizontalPageBreaks() instead.

Obsoletes PivotTable.ColumnGrand and adds PivotTable.ShowColumnGrandTotals property.

Use PivotTable.ShowColumnGrandTotals instead.

Obsoletes PivotTable.RowGrand and adds PivotTable.ShowRowGrandTotals property.

Use PivotTable.ShowRowGrandTotals instead.

Obsoletes PivotTable.IsMultipleFieldFilters and adds PivotTable.AllowMultipleFiltersPerField property.

Use PivotTable.AllowMultipleFiltersPerField instead.

Obsoletes PivotTable.PivotFormatConditions and adds PivotTable.ConditionalFormats property.

Use PivotTable.ConditionalFormats instead.

Removes obsolete properties of Protection.

IsDeletingColumnsAllowed -> AllowDeletingColumn
IsDeletingRowsAllowed -> AllowDeletingRow
IsFilteringAllowed -> AllowFiltering
IsFormattingCellsAllowed -> AllowFormattingCell
IsFormattingColumnsAllowed -> AllowFormattingColumn
IsFormattingRowsAllowed -> AllowFormattingRow
IsInsertingColumnsAllowed -> AllowInsertingColumn
IsInsertingHyperlinksAllowed -> AllowInsertingHyperlink
IsInsertingRowsAllowed -> AllowInsertingRow
IsSortingAllowed -> AllowSorting
IsUsingPivotTablesAllowed -> AllowUsingPivotTable
IsEditingContentsAllowed -> AllowEditingContent
IsEditingObjectsAllowed -> AllowEditingObject
IsEditingScenariosAllowed -> AllowEditingScenario
IsSelectingLockedCellsAllowed -> AllowSelectingLockedCell
IsSelectingUnlockedCellsAllowed -> AllowSelectingUnlockedCell

Adds new property ReferredArea.SheetNames.

Supports to get names array for all the referenced worksheets of this ReferredArea instance.

Adds setter for property CellRichValue.AltText.

Supports to set the alt text for CellRichValue.

Adds new APIs to support file formats of Dbf, Dif.

FileFormatType.Dbf, LoadFormat.Dbf, LoadFormat.Dif, DbfLoadOptions, DifLoadOptions, SaveFormat.Dbf, DbfSaveOptions.

Adds new property OoxmlSaveOptions.WpsCompatibility.

Supports to transform and save some special features(such as “Place in cell” pictures) to make the result compatible with Wps.

Adds new property ImageOrPrintOptions.SvgCssPrefix.

Gets and sets the prefix of the css name in svg, the default value is empty string.

Adds new method PivotTable.GetSource(bool isOriginal).

Supports to get pivottable’s original data source.

Adds new method PivotConditionalFormat.ApplyTo().

Supports to apply conditional formatting to specified location and scope.

Adds new property PowerQueryFormula.Description.

Supports to get and set the description of power query formula.

Adds HtmlVersion enum and adds HtmlSaveOptions.HtmlVersion property.

Indicates the version of HTML is used when saving to Html or MHtml formats.

Obsoletes SaveFormat.XHtml enum.

Uses HtmlSaveOptions.HtmlVersion property instead.

Renames property Axis.CustomUnit to Axis.CustomDisplayUnit.

Makes the API more specific and user-friendly.

Adds enum LookInType.FormattedValues.

Indicates to search string content in cell’s formatted value only.

Adds method AbstractFormulaChangeMonitor.OnFormatConditionFormulaChanged(FormatCondition fc).

Notifies the formula change of FormatCondition caused by other operations such as insert/delete.

Adds method Cell.GetDisplayStyle(BorderType adjacentBorders).

Supports to get the display style of one cell with specified flags to denote how to process borders from adjacent cells.

Adds method Cells.GetCellDisplayStyle(int row, int column[, BorderType adjacentBorders]).

Supports to get the display style of one cell without getting/instantiating corresponding Cell object.

Adds enum SideBorders/DynamicStyleBorders/Diagonal for BorderType and StyleModifyFlag.

Provides special combination of multiple borders for user’s convenience for some APIs which support multiple border flags.

Obsoletes method Chart.ToImage(string, long).

Please use Chart.ToImage(string, ImageOrPrintOptions) method with specified image type(jpg) and quality.

Adds Shape.FitToTextSize() method.

Calculates a text area suitable for displaying all text content of the shape.

Changes parameter type of column index to int(from short) for Cells.EndCellInColumn() methods.

Changes the type to int instead of short for user’s convenience.

Adds WorkbookDesigner.Process(Range,Boolean) method.

Supports only processing smart markers in the range.

Adds VbaModule.BinaryCodes property.

Gets or sets binary codes.

Adds MarkdownTableHeaderType enum and MarkdownSaveOptions.TableHeaderType property.

Represents how to export header of the table in .md file.

Adds MarkdownSaveOptions.SheetSet property.

Gets or sets which sheets should be exported.

Adds DataModelTableCollection.get(String name).

Gets data model table by name.

Obsoletes properties: ChartArea.X, ChartArea.Y, ChartArea.Width, ChartArea.Height.

Please use the following properties instead: ChartArea.XRatioToChart, ChartArea.YRatioToChart, ChartArea.WidthRatioToChart, ChartArea.HeightRatioToChart.

Adds properties: ChartArea.XRatioToChart, ChartArea.YRatioToChart, ChartArea.WidthRatioToChart, ChartArea.HeightRatioToChart.

Gets or sets the X, Y, Width, Height of the ChartArea, in units of ratio of the chart object.

Obsoletes properties: ChartFrame.X, ChartFrame.Y, ChartFrame.Width, ChartFrame.Height.

Please use the following properties instead: ChartFrame.XRatioToChart, ChartFrame.YRatioToChart, ChartFrame.WidthRatioToChart, ChartFrame.HeightRatioToChart.

Adds properties: ChartFrame.XRatioToChart, ChartFrame.YRatioToChart, ChartFrame.WidthRatioToChart, ChartFrame.HeightRatioToChart.

Gets or sets the X, Y, Width, Height of the ChartFrame, in units of ratio of the chart object.

Obsoletes properties: ChartFrame.DefaultX, ChartFrame.DefaultY, ChartFrame.DefaultWidth, ChartFrame.DefaultHeight.

Please use the following properties instead: ChartFrame.DefaultXRatioToChart, ChartFrame.DefaultYRatioToChart, ChartFrame.DefaultWidthRatioToChart, ChartFrame.DefaultHeightRatioToChart.

Adds properties: ChartFrame.DefaultXRatioToChart, ChartFrame.DefaultYRatioToChart, ChartFrame.DefaultWidthRatioToChart, ChartFrame.DefaultHeightRatioToChart.

Represents default X, Y, Width, Height of the ChartFrame, in units of ratio of the chart object.

Adds properties: ChartFrame.XPixel, ChartFrame.YPixel, ChartFrame.WidthPixel, ChartFrame.HeightPixel.

Represents X, Y, Width, Height of the ChartFrame, in units of pixel.

Obsoletes properties: PlotArea.X, PlotArea.Y, PlotArea.Width, PlotArea.Height.

Please use the following properties instead: PlotArea.XRatioToChart, PlotArea.YRatioToChart, PlotArea.WidthRatioToChart, PlotArea.HeightRatioToChart.

Adds properties: PlotArea.XRatioToChart, PlotArea.YRatioToChart, PlotArea.WidthRatioToChart, PlotArea.HeightRatioToChart.

Gets or sets the X, Y, Width, Height of the PlotArea, in units of ratio of the chart object.

Obsoletes properties: PlotArea.InnerX, PlotArea.InnerY, PlotArea.InnerWidth, PlotArea.InnerHeight.

Please use the following properties instead: PlotArea.InnerXRatioToChart, PlotArea.InnerYRatioToChart, PlotArea.InnerWidthRatioToChart, PlotArea.InnerHeightRatioToChart.

Adds properties: PlotArea.InnerXRatioToChart, PlotArea.InnerYRatioToChart.

Gets or sets the x, y coordinate of the upper top corner of the PlotArea, in units of ratio of the chart object.

Adds properties: PlotArea.InnerWidthRatioToChart, PlotArea.InnerHeightRatioToChart.

Gets or sets the actual width, height of the PlotArea, in units of ratio of the chart object.

Obsoletes properties: Charts.Title.X, Charts.Title.Y.

Please use the following properties instead: Charts.Title.XRatioToChart, Charts.Title.YRatioToChart.

Adds properties: Charts.Title.XRatioToChart, Charts.Title.YRatioToChart.

Gets or sets X, Y of the ChartTitle, in units of ratio of the chart object.

Adds FontConfigs.GetFontFileDataInfo(string fontName, bool isBold, bool isItalic, bool isExactStyle) method and FontFileDataInfo, FontFileFormatType classes.

Gets data infomation of font file data.