npm i google-spreadsheet --save
- multiple auth options - API key, service account (used in this example), oauth
- cell-based API - read, write, bulk-updates, formatting
- row-based API - read, update, delete (based on the old v3 row-based calls)
- managing worksheets - add, remove, resi
the following examples are meant to give you an idea of just some of the things you can do
npm install
npm run serve
npm run build
npm run lint