Aspose.Cells for PHP via Java 20.2 Release Notes

KeySummaryCategory
CELLSJAVA-43076Set image type EMF in the rendered HTML fileEnhancement
CELLSJAVA-43113Conversion to PDF - java.lang.NumberFormatException: For input stringEnhancement
CELLSJAVA-43114Conversion to PDF - Invalid formula:"‘APRIL’‘12’.A1:‘APRIL’‘12’.I23"Enhancement
CELLSJAVA-43117Conversion to PDF - hex is not a valid hex numberEnhancement
CELLSJAVA-43118Conversion to PDF -  java.lang.NumberFormatException: For input string: “341,403,811.74”Enhancement
CELLSJAVA-43077Exception “Unexpected image type” raised while rendering worksheet to HTMLBug
CELLSJAVA-43096Program hangs while converting Excel file to HTMLBug
CELLSJAVA-43107Conversion to PDF - com.aspose.cells.CellsException: Shape to image Error!Bug
CELLSJAVA-43108Conversion to PDF - com.aspose.cells.CellsExceptionBug
CELLSJAVA-43088Radar chart is not rendered in the output file in XLSX to PDF conversionBug
CELLSJAVA-43091Data labels on Donuts chart are overlapped in PDF fileBug
CELLSJAVA-43099Worksheet image is not rendering properlyBug
CELLSJAVA-43093ActiveX control is not detected in XLS file formatBug
CELLSJAVA-43104Issues with getShowTabs and setShowTabsBug
CELLSJAVA-43121OOM trying to get number of pages in XLSBug
CELLSJAVA-43125Form and ActiveX objects are duplicatedBug
CELLSJAVA-43094Exception when loading an XLSX file formatException
CELLSJAVA-43100Exception “java.lang.ArrayIndexOutOfBoundsException” when calling  Workbook.calculateFormula() in an Excel fileException
CELLSJAVA-43123ArrayIndexOutOfBoundsException while using MEMORY_PREFERENCEException
CELLSJAVA-43105Conversion to PDF -  java.lang.ArrayIndexOutOfBoundsException: 60Exception
CELLSJAVA-43106Conversion to PDF - java.lang.IllegalArgumentExceptionException
CELLSJAVA-43109Conversion to PDF - java.lang.NullPointerExceptionException
CELLSJAVA-43111Conversion to PDF - com.aspose.cells.CellsException: Invalid data!Exception
CELLSJAVA-43112Conversion to PDF - java.lang.NullPointerExceptionException
CELLSJAVA-43115Conversion to PDF - java.lang.NegativeArraySizeExceptionException
CELLSJAVA-43116Conversion to PDF - java.lang.IllegalStateException: The structured storage seems to be corrupt.Exception
CELLSJAVA-43120java.lang.NumberFormatException while converting workbook to PDFException

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 PHP via Java. If you have concerns about any change listed, please raise it on the Aspose.Cells support forum.

Adds FormulaParseOptions.Parse property.

Indicates whether parse the formula while setting a formula expression to cell. The default value is true. If false, then the input formula expression will be kept as it is for the cell until the user calls other methods to parse them or parsed formula data is required by other operations such as calculating formulas.

Adds Workbook.ParseFormulas(bool ignoreError) method.

Parses all formulas which have not been parsed when they were loaded or set to a cell.

Adds PivotTable.ExternalConnectionDataSource property.

Gets the external connection data source.

Adds FileFormatType.Numbers35 enum.

Represents the Number 3.5 files since office 2014. Only for throwing the file format when reading.

Adds LoadOptions.CheckDataValid property.

Indiciates whether to check the invalid data when loading the files.