Skip to content

Instantly share code, notes, and snippets.

@alexismp
Last active December 27, 2019 03:17
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save alexismp/9df29c30559074e19bf7102c9cbfdc0f to your computer and use it in GitHub Desktop.
Save alexismp/9df29c30559074e19bf7102c9cbfdc0f to your computer and use it in GitHub Desktop.
csv2sheet block and call functions
const sheetId = await addEmptySheet(sheetsAPI, sheetName);
const theData = await readCSVContent(sheetsAPI, data, sheetName);
await populateAndStyle(sheetsAPI, theData, sheetId);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment