Link Search Menu Expand Document

SpreadsheetSaveToStreamCSV Method (Stream, Int32, String, String, Encoding, Boolean)

Saves data in CSV format to a given stream.

Namespace:Bytescout.Spreadsheet
Assembly: Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.0.2045-master
Syntax
public void SaveToStreamCSV(
	Stream AStream,
	int SheetIndex,
	string Delimiter,
	string Quote,
	Encoding encoding,
	bool forceQuotation
)

Parameters

AStream
Type: System.IOStream
Stream to save to.
SheetIndex
Type: SystemInt32
Index of worksheet.
Delimiter
Type: SystemString
Field delimiter symbol.
Quote
Type: SystemString
Quotation symbol.
encoding
Type: System.TextEncoding
The character encoding.
forceQuotation
Type: SystemBoolean
Force quotation.

Implements

ISpreadsheetSaveToStreamCSV(Stream, Int32, String, String, Encoding, Boolean)
See Also

Reference