Tag: spreadsheet javascript

  • Google Sheets and JavaScript with Node.js

    If you’d like to use the data in your Google Sheets projects from your Node applications, this is the guide for you. We’ll use the google-spreadsheet module (https://www.npmjs.com/package/google-spreadsheet) by Theo Ephraim (https://twitter.com/theozero) to access an example spreadsheet inside of Google Sheets. Original source