php-samples
php-samples copied to clipboard
get all rows in one sheet
I really want to get all the records in the sheet instead of having to specify the range
Expected Behavior
$range = 'A1:lastest'; $response = $service->spreadsheets_values->get($spreadsheetId, $range);
Actual Behavior
$range = 'A1:Z1000'; $response = $service->spreadsheets_values->get($spreadsheetId, $range);