Saves the sheet as delimited text to a file with specific delimiters.
Saves the entire sheet to text in a stream or a file.
Overload List
Overload | Description |
SaveTextFile(String,TextFileFlags) | Saves the sheet as delimited text to a file with specific delimiters. |
SaveTextFile(Stream,TextFileFlags) | Saves the sheet as delimited text to a stream with specific delimiters. |
SaveTextFile(String,TextFileFlags,IncludeHeaders,String,String,String) | Saves the sheet as delimited text to a file with specific delimiters. |
SaveTextFile(Stream,TextFileFlags,IncludeHeaders,String,String,String) | Saves the sheet as delimited text to a stream with specific delimiters. |
See Also