Excel Poke
ExcelPoke sets specific cell values at specific cell references in an Excel spreadsheet sheet.
Properties
Section titled “Properties ”File path
Section titled “File path ”The file path to the xlsx file to write to.
Sheet name
Section titled “Sheet name ”The name of the sheet to write to. If the file does not contain a sheet with the specified name, a new sheet with that name will be created.
Values
Section titled “Values ”The collection of cell values to set. Each item is an object with the following properties:
- Cell is the cell reference to set, specified using the A1 reference style, e.g.
'A1'or'C3'. - Value is the value to set for that cell.