asimlqt / php-google-spreadsheet-client

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

Added a toArray() function to the CellFeed class #103

Closed MarkMaldaba closed 9 years ago

MarkMaldaba commented 9 years ago

This function returns the sheet as a two-dimensional PHP array, indexed by row/column number.

Very useful for working with simple sheet data.

asimlqt commented 9 years ago

Fair enough.