Aspose.Cells for Java 21.7 Release Notes

KeySummaryCategory
CELLSJAVA-43477Digitally Sign a VBA Code Project with Certificate using Aspose.Cells for JavaNew Feature
CELLSJAVA-40452Get external data ranges and detailsNew Feature
CELLSJAVA-42494Large amount of unused styles being generated into the CSS sectionEnhancement
CELLSJAVA-41121SheetRender does not render the flow chart correctlyBug
CELLSJAVA-43331Missing text in circle during XLS to HTML conversionBug
CELLSJAVA-43507When executing svg to insert excel under java, it exits abnormally.Bug
CELLSJAVA-41887Percentage data from a Pivot Table is not showing properly in HTMLBug
CELLSJAVA-43482Superscripts and subscripts not formatted correctly when converting an HTML document to a WorkbookBug
CELLSJAVA-43501Incorrect value read using getStringValue() functionBug
CELLSJAVA-43515MDURATION formula issueBug
CELLSJAVA-43528Creation date and time and update date cannot be extractedBug
CELLSJAVA-43529Unable to extract BuiltInDocumentPropertiesBug
CELLSJAVA-43530Date and time property results are differentBug
CELLSJAVA-41693Equation in a TextBox does not render to PDFBug
CELLSJAVA-43487Text not centered in the output PDF in Excel to PDF conversionBug
CELLSJAVA-42867Shapes are not retrieved in the ODS file formatBug
CELLSJAVA-42895PNG output of MS Excel chart has discrepanciesBug
CELLSJAVA-43015Issue with SheetRender.toImage() while using setPrintArea() methodBug
CELLSJAVA-43258Chart points font boldness changes after workbook copyBug
CELLSJAVA-43436Aspose Cells ignores inverted y-axis in diagramBug
CELLSJAVA-43510Chart is messed up upon re-saving the Excel file using Aspose.Cells for JavaBug
CELLSJAVA-43532Problem extracting chart series namesBug
CELLSJAVA-43474Shape objects changed while loading and saving XLS fileBug
CELLSJAVA-43493Incorrect comment’s author is retrievedBug
CELLSJAVA-43527Aspose.Cells for Java NullPointerExceptionException
CELLSJAVA-43506Invalid password exceptionException

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 PasteOptions.OperationType property and PasteOperationType enum .

Gets and sets the operation type when pasting range.

Adds PivotFormatCondition.AddColumnAreaCondition(PivotField columnField) method .

Adds PivotTable conditional format limit in the column fields.

Adds PivotFormatCondition.AddColumnAreaCondition(String fieldName) method .

Adds PivotTable conditional format limit in the column fields.

Adds PivotFormatCondition.AddRowAreaCondition(PivotField rowField) method .

Adds PivotTable conditional format limit in the row fields.

Adds PivotFormatCondition.AddRowAreaCondition(String fieldName) method .

Adds PivotTable conditional format limit in the row fields.

Adds PivotFormatCondition.AddDataAreaCondition(PivotField dataField) method .

Adds PivotTable conditional format limit in the data fields.

Adds PivotFormatCondition.AddDataAreaCondition(String fieldName) method .

Adds PivotTable conditional format limit in the data fields.

Adds PivotFormatCondition.SetConditionalAreas() method.

Sets conditional areas of PivotFormatCondition object.

Adds SeriesCollection.Add(boolean,boolean) method.

Adds series with a range.

Adds SetSeriesNames() method.

Sets a range as name of the series.