entries
Expands a sheet into a flat list of entries in ascending key order, each row left to right.
API Reference
Signature
Parameters
Returns
An array of { key, rowIndex, colIndex, value }, ordered by ascending key then
column. rowIndex follows the ascending key order.
Throws
Does not throw.
Agent Contract
Agent Notes
entriesusescolIndex; the inverse, fromEntries, usesindexto place values back into rows.- The shapes differ:
entriesreturnsSheetEntry,fromEntriesconsumesSheetEntryInput.