gsheets.valuerange.values
Home > @runlightyear/gsheets > ValueRange > values
ValueRange.values property
The data that was read or to be written. This is an array of arrays, the outer array representing all the data and each inner array representing a major dimension. Each item in the inner array corresponds with one cell.
For output, empty trailing rows and columns will not be included.
For input, supported value types are: bool, string, and double. Null values will be skipped. To set a cell to an empty value, set the string value to an empty string.
Signature:values: Array<Array<boolean | string | number>>;