A new way for accessing Google Sheets data , simple yet powerful .
- Access Google Sheets data without GCP API Key
- No limits with G-suite account
- No extra environment needed
- Hiding data source
- Easy to configure
- Ready to use
include 'phpsheetsv4-nogcp.php';
$lines = getSheets('links you get');
- Use the returned data
Using a foreach , we can print the data out and display it . Data will be returned as an array , with first column be [0] and second be [1] etc . First row will be deleted as reference row in excel . Learn more in /examples/index.php .

(Left : Google Sheet , Right : Webpage)
(C) 2022 ricehung29



