Browse our Products

Aspose.Cells for Java 24.9 Release Notes

KeySummaryCategory
CELLSJAVA-41836Display details for a value field in a PivotTable reportNew Feature
CELLSJAVA-46103Performance regression of Cells.clearContents since 24.6Enhancement
CELLSJAVA-46099Support skipping smart marker with Json data sourceEnhancement
CELLSJAVA-46105TEXTJOIN() function results inconsistent with MS ExcelBug
CELLSJAVA-46108Named range not available after Aspose.Cells converting an XLSX file to XLSBBug
CELLSJAVA-46068Excel to HTML conversion - Line display problemBug
CELLSJAVA-46090Space loss when using Cell.setHtmlString function to set valuesBug
CELLSJAVA-46080NullPointerException occurs when importing json data to excel using smart markersBug
CELLSJAVA-46081Support array data when importing json data to excel using smart markersBug
CELLSJAVA-46082Support base64 picture data when importing json data to excel using smart markersBug
CELLSJAVA-46086Support Json as data soure of repeated formulas smart markerBug
CELLSJAVA-46087Support converting UTC date string to Datetime in processing SmartMarkerBug
CELLSJAVA-46088Data replacement failed when using map as the data source for smart markerBug
CELLSJAVA-46097Pivot Cache truncated after calculateRangeBug
CELLSJAVA-42537Corrupted file due to pivot field name contains single quotation mark while converting XLSB to XLSMException
CELLSJAVA-46084NullPointerException occurs when smart marker tag is not present in json input 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 Java. If you have concerns about any change listed, please raise it on the Aspose.Cells support forum.

Adds property Cell.IsCheckBoxStyle.

Indicates whether to set this cell as a check box.

Obsolete old names for members of enum EquationNodeType and rename them to shorter ones

Use new and shorter names defined for EquationNodeType.

Adds PrintCommentsType.PrintWithThreadedComments enum

Represents printing comments as displayed on sheet include threaded comments.

Adds LimLowUppEquationNode class

Specifies the limit function.

Adds ArrayEquationNode class

Specifies the Equation-Array function, an object consisting of one or more equations.

Adds HtmlOfficeMathOutputType enum and HtmlSaveOptions.OfficeMathOutputMode property

Indicates how to export OfficeMath objects to HTML.

HtmlSaveOptions.CellNameAttribute property

Specifies the attribute of TD element that indicates the CellName to be written.

Adds PivotField.GetFormula() method and obsoletes PivotField.GetCalculatedFieldFormula() method

Uses PivotField.GetFormula() method instead.

Adds PivotItem.GetFormula() method.

Gets the formula of the pivot calculated item.

Adds PivotItem.Name property.

Gets and sets the caption of the pivot item.

Adds PivotTable.ShowDetail() method.

Shows the detail of a pivot item in the data region to a new Table.

Adds XlsSaveOptions.WpsCompatibility property.

Indicates whether to make the xls more compatible with WPS.

Adds FileFormatType.Ole enum.

Represents the Ole file.