Aspose.Cells for Java 17.8 Release Notes

KeySummaryCategory
CELLSJAVA-42356Add a property to indicate whether to output an empty page or not when there is nothing to printNew Feature 
CELLSJAVA-42322Support Advanced Filter (MS Excel) feature to display records that meet a complex criteriaNew Feature 
CELLSJAVA-42341InterruptMonitor takes more time to interrupt the Workbook saving process for a large file having PivotTableEnhancement 
CELLSJAVA-42358Formula is not displayed in the resulted PDFEnhancement 
CELLSJAVA-42351WEEKDAY formula returns wrong value on workbook formula calculationEnhancement 
CELLSJAVA-42332Aspose.Cells is not able to convert the HTML file correctly while MS-Excel is able to convert it properlyBug 
CELLSJAVA-42355For Number 39 MS Excel formats negative value with ‘-’ instead of ‘()’ for ItalyBug 
CELLSJAVA-42350Label text is displaced for the Pie chartBug 
CELLSJAVA-42343Various styles of the Waterfall chart don’t render properly.Bug 
CELLSJAVA-42342The Waterfall chart always shows connection lines Bug 
CELLSJAVA-42352Shape is not updated with correct valueBug 
CELLSJAVA-42349Excel to PDF conversion hanged for an XLSX fileBug 
CELLSJAVA-42348Unable to import XLSB file (by Aspose.Cells APIs) into MS-Access databaseBug 
CELLSJAVA-42357Exception occurs when saving an Excel file into HTML formatException 

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 HtmlSaveOptions.IsExportComments property

Indicates if exporting comments when saving file to HTML, the default value is false.

Adds HtmlSaveOptions.DisableDownlevelRevealedComments property

Indicates if disable Downlevel-revealed conditional comments when exporting file to HTML, the default value is false.

Adds CustomImplementationFactory class

Provides API for the user to extend/improve the component’s ability by some special implementations for some special situations. Currently there is no custom implementation supported for Java version.

Adds CellsHelper.CustomImplementationFactory property

Gets/sets the CustomImplementationFactory instance used by cells component.

Adds Workbook.AddDigitalSignature(DigitalSignatureCollection digitalSignatureCollection) method

Adds digital signature to an already signed OOXML spreadsheet file (Excel2007 and later).

Adds ImageOrPrintOptions.OutputBlankPageWhenNothingToPrint property

Indicates whether to output a blank page when there is nothing to print.

Adds GridCell.CreateComment method

Creates a comment object for a cell.

Adds GridCell.RemoveComment method

Removes the comment object of the cell.

Adds GridCell.GetComment method

Gets comment object on this cell.

Usage Examples

Please check the list of help topics added in the Aspose.Cells Wiki docs: