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

ValueDescription
AutoRepresents automatic format detection when loading a workbook
XlsxRepresents the Excel .xlsx file format for loading workbooks

See Also

 English