Append an Object as a Sheet RowWhen your data is already a plain object (API payload, form values), aligning it to row-1 headers beats hand-building arrays. Missing keys…
rowsToObjects and objectsToRowsSheet data is easiest as a 2D array. Business logic is easier as objects keyed by header. These two helpers convert back and forth without…