Winnovative Excel Library

ExcelWorkbookSaveToCsv Method

Winnovative Excel Library Documentation
Overload List

  NameDescription
Public methodSaveToCsv(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.
Public methodSaveToCsv(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.
Public methodSaveToCsv(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.
Public methodSaveToCsv(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.
Public methodSaveToCsv(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.
Top
See Also

Reference