ES3Spreadsheet.Save

public void Save(string filePath, ES3Settings settings, bool append)

Description

Saves the spreadsheet to a CSV file.

Parameters

filePath The name or path of the file you want to create or append to.

settings

An ES3Settings specifying any non-default settings.

append

If true, the cells will be appended to the end of an existing spreadsheet if it already exists.

Examples