IWorksheetsAddFromFile Method (String, String, Encoding)Bytescout Spreadsheet SDK
Adds the worksheet from CSV file.

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

Worksheet AddFromFile(
	string FileName,
	string Delimiter,
	Encoding Encoding
)

Parameters

FileName
Type: SystemString
Name of the file.
Delimiter
Type: SystemString
The delimiter.
Encoding
Type: System.TextEncoding
The character encoding.

Return Value

Type: Worksheet

[Missing <returns> documentation for "M:Bytescout.Spreadsheet.COM.IWorksheets.AddFromFile(System.String,System.String,System.Text.Encoding)"]

See Also

Reference