LoadTextFile Method (SheetView)
In This Topic
Loads delimited text from a specified file into the sheet, with or without headers, with the specified encoding.
Overload List
Overload | Description |
LoadTextFile(String,TextFileFlags) | Loads delimited text from a specified file into the sheet, with or without headers, with the specified encoding. |
LoadTextFile(Stream,TextFileFlags) | Loads delimited text from a specified file into the sheet, with or without headers, with the specified encoding. |
LoadTextFile(String,TextFileFlags,IncludeHeaders,String,String,String) | Loads delimited text from a specified file into the sheet, with or without headers, with the specified encoding. |
LoadTextFile(String,TextFileFlags,IncludeHeaders,String,String,String,Encoding) | Loads delimited text from a specified file into the sheet, with or without headers, with the specified encoding. |
LoadTextFile(Stream,TextFileFlags,IncludeHeaders,String,String,String) | Loads delimited text from a specified file into the sheet, with or without headers, with the specified encoding. |
LoadTextFile(Stream,TextFileFlags,IncludeHeaders,String,String,String,Encoding) | Loads delimited text from a specified file into the sheet, with or without headers, with the specified encoding. |
See Also