Skip to main content
Version: 26.3

writeCellRange

Command

(Added in SenseTalk 2.27)

This is one of the commands and functions used for working with Excel.

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]]

Further Reading

Resources in our other reference manuals:

Related terms in the SenseTalk Dictionary:



note

This page is under construction: it has not been reviewed for completeness.