PHP script to import a Google Sheet data into a SQL (MySQL or SQLite) database.
Your Google Sheet must have its first tab as the index to the other tabs ids.
-
Edit the
connect.php
file for you database credentials. -
Run:
php import_gsheet.php [YOUR_GOOGLE_SHEET_URL]