Link Search Menu Expand Document

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

Saves worksheet in a text format.

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

Parameters

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

Reference