jpillora / node-edit-google-spreadsheet

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

Fixes worksheetTitle and worksheetUpdated being null #36

Closed jleplomet closed 10 years ago

jleplomet commented 10 years ago

When receiving Worksheet info, worksheetTitle was null and worksheetUpdated was an invalid date. result.feed.title.$t and result.feed.updated.$t does not exist which causes the issue.

jpillora commented 10 years ago

Merged, thanks