Link Search Menu Expand Document

IWorksheetSaveAsCSV Method (Stream, String, String, Encoding, Boolean)

Saves worksheet in a CSV format file

Namespace:Bytescout.Spreadsheet.COM
Assembly: Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.0.2045-master
Syntax
void SaveAsCSV(
	Stream stream,
	string Delimiter,
	string Quote,
	Encoding encoding,
	bool forceQuotation
)

Parameters

stream
Type: System.IOStream
The stream.
Delimiter
Type: SystemString
Delimiter symbol.
Quote
Type: SystemString
Quotation symbol.
encoding
Type: System.TextEncoding
The character encoding.
forceQuotation
Type: SystemBoolean
Force quotation.
See Also

Reference