ES2 Spreadsheet Set Cell Action

Description

Sets the cell of an ES2Spreadsheet to the given value. Note that there are multiple actions for each type of data you can write to the spreadsheet.

Note that the spreadsheet automatically expands to your column and row if required.

Also note that the Set Cell Object action will use the object’s ToString() method to determine the value of the cell.

Parameters

Spreadsheet The spreadsheet (created using Create ES2Spreadsheet) we want to set the cell of."

Col

The column of the cell we want to add the value to, starting at 0.

Row

The row of the cell we want to add the value to, starting at 0.

Value

The value we want to add to the cell