SpreadJS Documentation > Developer's Guide > Managing Data > Using the Excel Import and Export Component > Text Open Flags |
This topic lists the text open flags that can be used when importing a text file.
Enumeration | Description |
public enum TextFileOpenFlags | Specifies the import flags. |
None = 0 | Imports with no special options. |
IncludeRowHeader = 1 | Includes row headers. |
IncludeColumnHeader = 2 | Includes column headers. |
UnFormatted = 8 | Leaves the data unformatted. The unformatted setting bypasses the IFormatter object in the CellStyleInfo object for the cell so the cell data is unformatted. |
ImportFormula = 16 | Imports formulas. |