asimlqt / php-google-spreadsheet-client

A PHP library for accessing and manipulating Google Spreadsheets
Other
544 stars 152 forks source link

Added WorksheetFeed::getById() method #93

Closed AustinW closed 8 years ago

AustinW commented 9 years ago

This allows id access to worksheets. When worksheet titles change, this will ensure the worksheet is still accessible. Addresses #26. Unit tested and functioning.