sheetQuery() .from('Transactions') .insertRows([ { Amount: -554.23, Name: 'BigBox, inc.' }, { Amount: -29.74, Name: 'Fast-n-greasy Food Spot' }, ]);