Skip to content

Instantly share code, notes, and snippets.

@vlucas
Created April 14, 2021 15:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vlucas/d61a73099c1b9af8dfa4e0d65e270deb to your computer and use it in GitHub Desktop.
Save vlucas/d61a73099c1b9af8dfa4e0d65e270deb to your computer and use it in GitHub Desktop.
SheetQuery-InsertRows
sheetQuery()
.from('Transactions')
.insertRows([
{
Amount: -554.23,
Name: 'BigBox, inc.'
},
{
Amount: -29.74,
Name: 'Fast-n-greasy Food Spot'
},
]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment