Overview
LoadFormat is a enum in Aspose.Cells FOSS for .NET.
Specifies load format.
This enumeration defines 2 values: Auto, Xlsx.
Values
| Value | Description |
|---|
Auto | Represents automatic format detection when loading a workbook |
Xlsx | Represents the Excel .xlsx file format for loading workbooks |
See Also