jpillora / node-edit-google-spreadsheet

A simple API for editing Google Spreadsheets
304 stars 101 forks source link

Use the xml endpoint, which is still supported, rather than the json var... #44

Closed ubik2 closed 9 years ago

ubik2 commented 10 years ago

While old documents may still support a json api, new documents will only return xml. This change gets the xml, and handles the slightly different structure of the object returned by the xmlutil conversion (in spreadsheet.request from index.js).