Browse our Products

Aspose.Cells for Java 18.6 Release Notes

KeySummaryCategory
CELLSJAVA-42339Implement custom data sorting in Pivot Table report via Aspose.Cells APIsNew Feature 
CELLSJAVA-42625The implementation of the MS Excel feature ‘Watch Window’New Feature 
CELLSJAVA-42612Unable to extract the text from the gear type SmartArtNew Feature 
CELLSJAVA-42646Exception: “FormulaBuild](/p Unknown formula token0” on Name.getRefersTo()Enhancement 
CELLSJAVA-42645Exception: “FormulaBuild More than one token in stack….” on Cell.getFormula()Enhancement 
CELLSJAVA-42516Aspose.Cells accepts and corrects an invalid formulaEnhancement 
CELLSJAVA-42636Some drawing shapes are displaced or rendered wrongly in Excel to HTML renderingBug 
CELLSJAVA-42627CELLSJAVA-42619 - Unable to extract Smart Art images correctlyBug 
CELLSJAVA-42618Shape is displaced to cover data in Excel to HTML renderingBug 
CELLSJAVA-42628Calculation of formulas are wrong e.g. it generates #DIV/0! errorsBug 
CELLSJAVA-42615Cell A3 format is not correct in the output HTMLBug 
CELLSJAVA-42621Poor performance when generating PDF file from an MS Excel fileBug 
CELLSJAVA-42620XLSX to TIFF - exception NoClassDefFoundErrorBug 
CELLSJAVA-42599Images are lost when Excel file is converted to PDF Bug 
CELLSJAVA-42630Chart.calculate method causes OutOfMemoryErrorBug 
CELLSJAVA-42623Memory increases in rendering Excel file to PDF file formatBug 
CELLSJAVA-42592Font size changed on chart title due to characters() methodBug 
CELLSJAVA-41860Shadow effect is changed while re-saving XLSBug 
CELLSJAVA-42654Excel to PDF conversion - the conversion never completesBug 
CELLSJAVA-42647Unable to get or set alternative text for Comment shapeBug 
CELLSJAVA-42644Aspose.Cells hangs when converting a spreadsheet ml file (xml) to PDF with self-closing Styles tagBug 
CELLSJAVA-42632Unable to set alternative text for SmartArt shapeBug 
CELLSJAVA-42631getFirstVisibleRow() and getFirstVisibleColumn() returning invalid indicesBug 
CELLSJAVA-42624Hyperlinks with encoded symbols (such as, “%5c”) decode after re-savingBug 
CELLSJAVA-42638Cell.getDisplayStringValue() throws java.lang.NullPointerExceptionException 
CELLSJAVA-42652java.lang.ArrayIndexOutOfBoundsException occurred on loading an XLS fileException 
CELLSJAVA-42650Exception: “Invalid encoding: null” when loading an XLS fileException 
CELLSJAVA-42649Exception: “The count of HPageBreaks cannot be larger than 1024” when loading an XLS fileException 
CELLSJAVA-42648Exception: “Failed to read image data” on Picture.getData()Exception 

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 Slicer, SlicerCollection, SlicerCache, SlicerCacheItem and SlicerCacheItemCollection classes

These APIs are used to create and modify the Slicer in the file.

Adds SlicerCacheItemSortType and SlicerStyleType enums

These APIs are used to create and modify the Slicer in the file.

Adds CellWatchCollection and CellWatch classes, Adds Worksheet.CellWatches property

Adds Cell Watch Item in the ‘watch window’.

Adds CustomXmlShape class and MsoDrawingType.CustomXml enum

Supports keeping custom xml shape.

Adds MsoDrawingType.SmartArt enum

Represents the smart art shape type.

Adds Font.SchemeType property and FontSchemeType enums

Gets and sets the scheme type of the font.

Adds CustomXmlPart.ID property

Gets and sets the Id of custom xml part.

Adds CustomXmlPartCollection.SelectByID() method

Gets Custom xml part by id.

Adds Range.Address, Range.CellCount, EntireColumn, Range.EntireRow and Range.GetOffset(System.Int32,System.Int32)

Enhancement for processing range.

Adds ColorDepth enum and ImageOrPrintOptions.TiffColorDepth property

Gets or sets bit depth to apply only when saving pages to the Tiff format.

Overloads WorkbookRender.ToImage() method

Renders the workbook to image by the page index.

Adds Legend.LegendEntriesLabels() method

Gets the labels of the legend entries after calling Chart.Calculate() method.

Adds CustomFilter.SetCriteria(FilterOperatorType filterOperator, object criteria) method

Sets the filter criteria.

Provides new APIs for supporting to get/set formulas in locale dependent format (the FormulaLocal function of Microsoft Interop)

Cell.GetFormula(bool isR1C1, bool isLocal) Cell.SetFormula(string formula, bool isR1C1, bool isLocal, object value) Name.GetRefersTo(bool isR1C1, bool isLocal) Name.SetRefersTo(string refersTo, bool isR1C1, bool isLocal) FormatCondition.GetFormula1(bool isR1C1, bool isLocal) FormatCondition.SetFormula1(string formula, bool isR1C1, bool isLocal) FormatCondition.GetFormula2(bool isR1C1, bool isLocal) FormatCondition.SetFormula2(string formula, bool isR1C1, bool isLocal) FormatCondition.GetFormula1(bool isR1C1, bool isLocal, int row, int column) FormatCondition.GetFormula2(bool isR1C1, bool isLocal, int row, int column) GlobalizationSettings.GetTableRowTypeOfHeaders() GlobalizationSettings.GetTableRowTypeOfData() GlobalizationSettings.GetTableRowTypeOfAll() GlobalizationSettings.GetTableRowTypeOfTotals() GlobalizationSettings.GetTableRowTypeOfCurrent() GlobalizationSettings.GetErrorValueString(string err) GlobalizationSettings.GetBooleanValueString(bool bv) GlobalizationSettings.GetLocalFunctionName(string standardName) GlobalizationSettings.GetStandardFunctionName(string localName) GlobalizationSettings.GetLocalBuiltInName(string standardName) GlobalizationSettings.GetStandardBuiltInName(string localName) GlobalizationSettings.ListSeparator GlobalizationSettings.RowSeparatorOfFormulaArray GlobalizationSettings.ColumnSeparatorOfFormulaArray


 
 English