Overload | Description |
LoadTextFile(String,Boolean) | Loads a text file with the specified name into the sheet. |
LoadTextFile(Stream,Boolean) | Loads a stream that contains delimited data into the sheet. |
LoadTextFile(String,Boolean,IncludeHeaders,String,String,String) | Loads a text file with data (and perhaps headers) into the sheet with the specified delimiters. |
LoadTextFile(String,Boolean,IncludeHeaders,Boolean,String,String,String) | Loads a text file with data (and perhaps headers and footer) into the sheet with the specified delimiters. |
LoadTextFile(String,Boolean,IncludeHeaders,String,String,String,Encoding) | Loads a text file with data (and perhaps headers) into the sheet with the specified delimiters. |
LoadTextFile(String,Boolean,IncludeHeaders,Boolean,String,String,String,Encoding) | Loads a text file with data (and perhaps headers and footer) into the sheet with the specified delimiters. |
LoadTextFile(String,Boolean,IncludeHeaders,String,String,String,Encoding,Boolean) | Loads a text file with data (and perhaps headers) into the sheet with the specified delimiters. |
LoadTextFile(String,Boolean,IncludeHeaders,Boolean,String,String,String,Encoding,Boolean) | Loads a text file with data (and perhaps headers and footer) into the sheet with the specified delimiters. |
LoadTextFile(Stream,Boolean,IncludeHeaders,String,String,String) | Loads a stream that contains delimited data (and perhaps headers) into the sheet with the specified delimiters. |
LoadTextFile(Stream,Boolean,IncludeHeaders,Boolean,String,String,String) | Loads a stream that contains delimited data (and perhaps headers and footer) into the sheet with the specified delimiters. |
LoadTextFile(Stream,Boolean,IncludeHeaders,String,String,String,Encoding) | Loads a stream that contains delimited data (and perhaps headers) into the sheet with the specified delimiters. |
LoadTextFile(Stream,Boolean,IncludeHeaders,Boolean,String,String,String,Encoding) | Loads a stream that contains delimited data (and perhaps headers and footer) into the sheet with the specified delimiters. |
LoadTextFile(Stream,Boolean,IncludeHeaders,String,String,String,Encoding,Boolean) | Loads a stream that contains delimited data (and perhaps headers) into the sheet with the specified delimiters. |
LoadTextFile(Stream,Boolean,IncludeHeaders,Boolean,String,String,String,Encoding,Boolean) | Loads a stream that contains delimited data (and perhaps headers and footer) into the sheet with the specified delimiters. |