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.
Description
LoadFormat is an enumeration type in the Aspose.Cells FOSS library for Java. It defines a set of named constants that control behavior or specify options within the API. Enumerations like LoadFormat help ensure type safety by restricting values to a predefined set.
Values
| Value | Description |
|---|---|
AUTO | Represents automatic detection of the workbook load format |
XLSX | Represents the XLSX file format used for loading workbooks |