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

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

public 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.Worksheets.AddFromFile(System.String,System.String,System.Text.Encoding)"]

Implements

IWorksheetsAddFromFile(String, String, Encoding)
See Also

Reference