UNPKG

@demmings/gssql

Version:

Google Sheets QUERY function replacement using real SQL select syntax.

6 lines 252 B
//require gas-local itself let gas = require('gas-local'); //require your downloaded google apps script library from src subfolder as normal module let glib = gas.require('./src'); //call some function from your app script library glib.testerSql();