ES2Spreadsheet.Save

public void Save(string path, ES2Settings settings=null)

Parameters

path The path of the file we want to create to save the spreadsheet.

settings

Optional. A user-created ES2Settings object containing options not specified in path.

Description

Stores the spreadsheet into a file at the given path. If the ES2Spreadsheet object has it’s append variable set to true, it will append the data to this file if it already exists.

C#

JS