ES3Spreadsheet.Load

public void Load(string filePath, ES3Settings settings)

Description

Loads a CSV file into an ES3Spreadsheet.

Parameters

filePath The name or path of the CSV file you want to load.

settings

An ES3Settings specifying any non-default settings.

Examples

C#

JS