Browse our Products

Aspose.Cells for Java 25.3 Release Notes

KeySummaryCategory
CELLSJAVA-46279Support setting multiple ranges for smartmarkerNew Feature
CELLSJAVA-46291Support accessing array slicer in Excel smart marker templateNew Feature
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-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-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 Java. If you have concerns about any change listed, please raise it on the Aspose.Cells support forum.

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.

Adds Config.BaseRouteName Property in GridJs.

Gets or sets the base route name for GridJs controller URL. The default is “/GridJs2”.

Adds GridJsOptions class in GridJs.

Represents all the load options for GridJs.

Adds GridJsService class in GridJs.

Provides the basic operation APIs used in controller actions.

Adds GridJsControllerBase class in GridJs.

Provides the default controller actions for GridJs.