asimlqt / php-google-spreadsheet-client

A PHP library for accessing and manipulating Google Spreadsheets
Other
543 stars 154 forks source link

getListFeed() stops reading on empty row #107

Closed nekromoff closed 8 years ago

nekromoff commented 8 years ago

e.g. read everything until row 97, row 97 is empty/blank, but row 98 continues with data. However getListFeed() return only all the rows until this blank row.

asimlqt commented 8 years ago

This is not a bug in this library, it's how Google spreadsheet api works. Please see the following for further info: https://developers.google.com/google-apps/spreadsheets/?hl=en