Any

Results 1 issues of Any

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...