Browse our Products

Aspose.Cells for Java 17.11 Release Notes

KeySummaryCategory
CELLSJAVA-42433ImageOrPrintOptions.PageIndex and ImageOrPrintOptions.Count properties needed to get the image of desired pagesNew Feature 
CELLSJAVA-42427Exporting gridlines with borders do not display gridlines inside border in Excel to HTML renderingBug 
CELLSJAVA-42438LightCellsDataProvider is removing leading and trailing spacesBug 
CELLSJAVA-42422Incorrect font is used in the PDF output of MS Excel chartBug 
CELLSJAVA-42353Some arrows or call-outs are missing in the output HTMLBug 
CELLSJAVA-424552nd comment is missing from worksheet comments collectionBug 
CELLSJAVA-42454Workbook creation seems to hang when reading from an XLSM fileBug 
CELLSJAVA-42450Style.QuotePrefix property does not work for XLSB fileBug 
CELLSJAVA-42445Setting the picture data affects the other chart and it displays wrongBug 
CELLSJAVA-42444CheckBox.setName() method works in MS Excel 2016 but does not work in MS Excel 2007Bug 
CELLSJAVA-42443MS Excel filters are not converted correctly - XLSB to XLSM conversionBug 
CELLSJAVA-42442Changing value of ComboBoxActiveXControl does not change the value of linked cellBug 
CELLSJAVA-42435Cells.setColumnWidthPixel and Cells.setRowHeightPixel have different behaviorsBug 
CELLSJAVA-42431Extending table range unexpectedly mutates cell contentsBug 
CELLSJAVA-42434Exception: “java.lang.NumberFormatException” when loading an HTML file formatException 
CELLSJAVA-42448Cells.deleteBlankRows is causing “java.lang.ArrayIndexOutOfBoundsException: 1937” exceptionException 
CELLSJAVA-42426Exception in thread “main” java.lang.OutOfMemoryError: GC overhead limit exceeded - File IIIException 
CELLSJAVA-42425Exception in thread “main” java.lang.OutOfMemoryError: GC overhead limit exceeded - File IIException 
CELLSJAVA-42424Exception in thread “main” java.lang.OutOfMemoryError: GC overhead limit exceeded - File IException 
CELLSJAVA-42428Chart.toImage results in java.lang.ArrayIndexOutOfBoundsExceptionException 
CELLSJAVA-42452Saving a Workbook as PDF after RemoveUnusedStyles API produces a CellsExceptionException 
CELLSJAVA-42440“java.lang.IllegalArgumentException: Invalid row index” occurredException 
CELLSJAVA-42439Exception: “java.lang.IllegalArgumentException: Invalid row index” on saving an XLSX file formatException 
CELLSJAVA-42437Exception: java.lang.NumberFormatException when re-saving an XLSB file 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 Shape.GetResultOfSmartArt() method

Convert the smart art to a group shape.

Adds Shape.IsSmartArt property

Indicates whether the shape is smart art.

Adds Workbook.ProtectSharedWorkbook() and Workbook.UnprotectSharedWorkbook() methods

Protects and unprotects the shared workbook.

Adds enum StyleModifyFlag.Spacing

Specifies the spacing between characters within a text run.

Adds PdfSaveOptions.IgnoreError property

Indicates if you need to hide the error while rendering.

Adds ImageOrPrintOptions.PageIndex property

Gets or sets the 0-based index of the first page to save.

Adds ImageOrPrintOptions.PageCount property

Gets or sets the number of pages to save.

Adds XmlMap.RootElementName property

Gets root element name.

Adds Worksheet.XmlMapQuery(string path, XmlMap xmlMap) method

Query cell areas that mapped/linked to the specific path of xml map.

Adds LoadOptions.AutoFitterOptions property

Gets and sets the auto fitter options.

Usage Examples

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


 
 English