LoadFormat

Overview

LoadFormat is a enum in Aspose.Cells FOSS for Java.

Specifies the format of the workbook to be loaded.

This enumeration defines 2 values: AUTO, XLSX.

Values

ValueDescription
AUTORepresents automatic detection of the workbook load format
XLSXRepresents the XLSX file format used for loading workbooks

See Also