Tag: spreadsheet

  • 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

  • Import Excel to MySQL Database

    Import Excel to MySQL Database

    Take a Microsoft Excel Spreadsheet and import it into a MySQL Database using CSV files and PHPMyAdmin. Original source