writeCellRange
Command
This is one of the commands and functions used for working with Excel. (Added in SenseTalk 2.27)
The writeCellRange command writes multiple values into a rectangular range of cells, rows, or columns in a worksheet with a single command. If any of the specified cells are already populated, the values of those cells will be overwritten.
Example:
writeCellRange myWorksheet, "A1:B3", [[a1,b1], [a2,b2], [a3,b3]]