asimlqt / php-google-spreadsheet-client

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

how to get cell values from a cellfeed #156

Open jabedbd opened 8 years ago

jabedbd commented 8 years ago

$cellFeed = $worksheet->getCellFeed(); foreach ($cellFeed->getEntries() as $entry) { echo $entry->getValues; }

i'm trying with the code. but it's not working...