ES3Spreadsheet.SetCell

public void SetCell<T>(int col, int row, T value)

Description

Sets the given cell to a particular value.

Non-primitive data is written to the spreadsheet in JSON format.

Parameters

Col The column of the cell you want to set the value of.

Row

The row of the cell we want to set the value of.

value

The value we want to save.

Examples