ES2Spreadsheet

public ES2Spreadsheet()

bool append Whether to append this spreadsheet to previously-saved sheets when saving.

SetCell Sets a cell at a given column and row to contain this value.
Save Stores the spreadsheet to a file.

Description

The ES2Spreadsheet class allows you to create a spreadsheet which can be stored and opened with spreadsheet software such as Excel, OSX Numbers or OpenOffice.

C#

JS