Class ExcelOpenType
Represents excel open type.
Inheritance
System.Object
ExcelOpenType
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.NET.dll
Syntax
public sealed class ExcelOpenType : Enum
Fields
Automatic
Automatically indicates open type.
Declaration
public const ExcelOpenType Automatic
Field Value
Type |
---|
ExcelOpenType |
BIFF
Represents BIFF open type.
Declaration
public const ExcelOpenType BIFF
Field Value
Type |
---|
ExcelOpenType |
CSV
Represents CSV open type. If data in the file exceeds worksheet limits, excepion will be thrown.
Declaration
public const ExcelOpenType CSV
Field Value
Type |
---|
ExcelOpenType |
SpreadsheetML
Represents SpreadsheetML open type.
Declaration
public const ExcelOpenType SpreadsheetML
Field Value
Type |
---|
ExcelOpenType |
SpreadsheetML2007
Represents SpreadsheetML that is used in Excel 2007 (Office Open XML format).
Declaration
public const ExcelOpenType SpreadsheetML2007
Field Value
Type |
---|
ExcelOpenType |
SpreadsheetML2010
Represents SpreadsheetML that is used in Excel 2010 (Office Open XML format).
Declaration
public const ExcelOpenType SpreadsheetML2010
Field Value
Type |
---|
ExcelOpenType |
TSV
Represents TSV open type. If data in the file exceeds worksheet limits, exception will be thrown.
Declaration
public const ExcelOpenType TSV
Field Value
Type |
---|
ExcelOpenType |