brucemcpherson / desktopliberation

hosting for desktop liberation google plus community
30 stars 1 forks source link

SQL for Apps Script – it’s here #100

Open brucemcpherson opened 3 years ago

brucemcpherson commented 3 years ago

While working on Sheets Workbook functions – converted to Apps Script I realized that I’d need to tackle the query language at some point, so I figured I may as well go the whole hog and implement a comprehensive SQL variant for Apps Script. Luckily though, I found alasql so with a few tweaks it was ready to go – it’s available through my library bmAlasql

I also wanted to make it compatible with my fiddler library, as many of you already use it for fiddling with Sheets data. Here’s how it all works and fits together. There’s still a bit of work to do but it’s good enough to get started with.

https://ramblings.mcpher.com/apps-script/sheets-functions/sql/