SaveToCsv(Int32, Stream, String) | Saves the worksheet at the specified index to a stream in CSV format. The default UTF-8 text encoding is used when saving the output stream. |
SaveToCsv(Int32, String, String) | Saves the worksheet at the specified index to a file in CSV format. The default UTF-8 text encoding is used when saving the output file. |
SaveToCsv(Int32, Stream, String, Encoding) | Saves the worksheet at the specified index to a stream in CSV format using the specified text encoding for the output. |
SaveToCsv(Int32, String, String, Encoding) | Saves the worksheet at the specified index to a file in CSV format using the specified text encoding for the output file. |
SaveToCsv(Int32, Stream, String, Encoding, Boolean) | Saves the worksheet at the specified index to a stream in CSV format using the specified text encoding for the output. |