Skip to content

Excel Poke

ExcelPoke sets specific cell values at specific cell references in an Excel spreadsheet sheet.


The file path to the xlsx file to write to.

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.

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.

Office Open XML file format

Office Support: The A1 reference style