Browse our Products

Aspose.Cells for Java 24.2 Release Notes

KeySummaryCategory
CELLSJAVA-45199Dialog box is not converted into output PDF properlyNew Feature
CELLSJAVA-45828Reduce file size of generated EMF image while exporting sheet to EMF imageEnhancement
CELLSJAVA-45091Issue with rendering drawings and text for XLT file format in Excel to PDFBug
CELLSJAVA-45789CalculateForumula results “-”Bug
CELLSJAVA-45836Excel conditional format duplicate value setting format shows error after saving to HTMLBug
CELLSJAVA-45838Incorrect results obtained after calling formula calculationBug
CELLSJAVA-45825Value list validation does not show in GridWeb javaBug
CELLSJAVA-45820The incorrect size and resolution are obtained by exporting Sheet Print Area to EMF imageBug
CELLSJAVA-45829Page count is not right while rendering workbook with 1200 print quality setting to pdfBug
CELLSJAVA-45802Issue with formatting of some sheets when rendering to HTMLBug
CELLSJAVA-45819Issue with formatting in the worksheet(s) when rendering Excel to HTMLBug
CELLSJAVA-45831Cell content missing when rendering Excel to HTMLBug
CELLSJAVA-45840The program hangs when saving file to htmlBug
CELLSJAVA-45824Use Json object as smartmarker data sourceBug
CELLSJAVA-45835Get an incorrect original width of a hidden column in pixelsBug
CELLSJAVA-45833Chart X-Axis Labels are Vertical Instead of Diagonal when Converted to ImageBug

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 FileFormatType.Oxps enum.

OXPS (Open XML Paper Specification) format.

Adds ChartCalculateOptions class.

The class represents the options for calculating chart.

Adds Chart.Calculate(ChartCalculateOptions) method.

Calculates the custom position of plot area, axes if the position of them are auto assigned, with specified options.

Adds Cells.GetColumnWidthPixel(Int32, Boolean) method

Gets the original width of the hidden columns.

Adds ExportTableOptions.AllowDBNull property

Indicates whether the column allows null values.