jpillora / node-edit-google-spreadsheet

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

confirm: correct list based feeds not supported? #41

Closed 0xgeert closed 9 years ago

0xgeert commented 10 years ago

Just to confirm after looking at the code: is it correct that list based feeds are not supported?

jpillora commented 10 years ago

I think they are supported... Read spreadsheet requests for a spreadsheet + worksheet and returns the cells as <entry>s. Sorry, I don't really remember, best advice I can give is to make a small test program and try and see.

jpillora commented 9 years ago

We read with cell-based feeds and write with batch requests