LoadFormat
Overview
LoadFormat is a enum in Aspose.Cells FOSS for .NET.
Specifies load format.
This enumeration defines 2 values: Auto, Xlsx.
Description
LoadFormat is an enumeration type in the Aspose.Cells FOSS library for .NET. 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 format detection when loading a workbook |
Xlsx | Represents the Excel .xlsx file format for loading workbooks |