Enum ExcelOpenType
Represents excel open type.
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
public enum ExcelOpenType
Fields
Name | Description |
---|---|
Automatic | Automatically indicates open type. |
BIFF | Represents BIFF open type. |
CSV | Represents CSV open type. If data in the file exceeds worksheet limits, excepion will be thrown. |
SpreadsheetML | Represents SpreadsheetML open type. |
SpreadsheetML2007 | Represents SpreadsheetML that is used in Excel 2007 (Office Open XML format). |
SpreadsheetML2010 | Represents SpreadsheetML that is used in Excel 2010 (Office Open XML format). |
TSV | Represents TSV open type. If data in the file exceeds worksheet limits, exception will be thrown. |