link from SQlite to GSheet ? Or GAS to import the data?

468 views
Skip to first unread message

Jean-Michel Nègre

unread,
Apr 19, 2021, 10:18:44 AM4/19/21
to Google Apps Script Community

Dear all, I'd like to read or import updated data from a SQlite table to GSheet. Indeed, I'd like to build pivot table from data which are initialy located in a table from a SQlite DataBase.

Do you have some way to build the "connexion" or the "direct access" ? Or it's needed to use other script language like Microsoft PowerShell, Python etc...

Thanks in advance

Clark Lind

unread,
Apr 20, 2021, 8:21:40 AM4/20/21
to Google Apps Script Community
Ashton Fei did a video a couple years back connecting sheets with a mysql database. You may get something useful out of it.

Clark Lind

unread,
Apr 20, 2021, 8:26:15 AM4/20/21
to Google Apps Script Community

Jean-Michel Nègre

unread,
Apr 21, 2021, 4:46:25 AM4/21/21
to Google Apps Script Community
Sorry, it doesn't help me because it concern mysql database and not "SQlite" database. I tried to replace "mysql" by "sqlite" and it doesn't work too.
For the moment I don't see other "connectors" who talk about "SQlite".

Alex

unread,
Apr 22, 2021, 1:38:15 AM4/22/21
to Google Apps Script Community
Unfortunately, Apps Script don't have any port/connection for a file streaming for direct using SQLite DB.

You need to up a http-server for communication and data exchange. You have to use something like this https://github.com/olsonpm/sqlite-to-rest. This can cost you additional software maintenance or hosting costs.
Reply all
Reply to author
Forward
0 new messages