transpose
Turns rows into columns, reading input rows in ascending key order.
API Reference
Signature
Parameters
Returns
A sheet whose keys are the column labels (ascending) and whose rows hold each
original key's value at that column, in ascending input-key order. "-" is
preserved.
Throws
SHEET_INVALID_TRANSPOSE_OPTIONS— duplicatekeys, or fewerkeysthan the max input row length (which would drop columns).
Agent Contract
Agent Notes
- Input rows are read in ascending key order; if you need a specific input key
set first, run normalize with
keys. transposedoes not skip or invent"-".