├── LICENSE ├── handle_login.js ├── index.php └── read_single_range.js /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acbrunso/Tutorial_Google_Sheets_Read_Data/HEAD/LICENSE -------------------------------------------------------------------------------- /handle_login.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acbrunso/Tutorial_Google_Sheets_Read_Data/HEAD/handle_login.js -------------------------------------------------------------------------------- /index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acbrunso/Tutorial_Google_Sheets_Read_Data/HEAD/index.php -------------------------------------------------------------------------------- /read_single_range.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acbrunso/Tutorial_Google_Sheets_Read_Data/HEAD/read_single_range.js --------------------------------------------------------------------------------