SpreadsheetSaveAsCSV Method (String, Int32, String, String, Encoding, Boolean)Bytescout Spreadsheet SDK
Saves data in CSV file with specified name.

Namespace:  Bytescout.Spreadsheet
Assembly:  Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.1.2054-master
Syntax

public void SaveAsCSV(
	string FileName,
	int SheetIndex,
	string Delimiter,
	string Quote,
	Encoding encoding,
	bool forceQuotation
)

Parameters

FileName
Type: SystemString
Name of the file 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

ISpreadsheetSaveAsCSV(String, Int32, String, String, Encoding, Boolean)
See Also

Reference