Open franciscocervantes opened 6 years ago
Me too getting same
Hi,
Instead of: $topLeftCornerCell = $cellFeed->getCell(1, 1); echo $topLeftCornerCell->content;
Try: $topLeftCornerCell = $cellFeed->getCell(1, 1); echo $topLeftCornerCell->getContent();
Grtz Nicolas
On the example: _$topLeftCornerCell = $cellFeed->getCell(1, 1); echo $topLeftCornerCell->content; // "lastname"
ERROR: Fatal error: Uncaught Error: Cannot access protected property Google\Spreadsheet\CellEntry::$content in ... Error: Cannot access protected property Google\Spreadsheet\CellEntry::$content
Please Help!!