php-samples icon indicating copy to clipboard operation
php-samples copied to clipboard

get all rows in one sheet

Open linhtv97 opened this issue 4 years ago • 0 comments

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);

linhtv97 avatar Nov 10 '21 17:11 linhtv97