tlhunter / node-grille

Google Spreadsheets CMS

Home Page:https://www.npmjs.com/package/grille

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Handle multiple Google Spreadsheets per Grille instance

tlhunter opened this issue · comments

This should only change the constructor signature to also allow an array:

var grille = new Grille('SHEET_ID');
var grille = new Grille(['SHEET_ID1', 'SHEET_ID2']);

Each sheet will still have their own meta tab, and the resulting object will be a merging of both sheets data.