noxs / google-spreadsheet-bundle
Dreamlex Google spreadsheet bundle
Package info
github.com/Noxs/GoogleSpreadsheetBundle
Type:symfony-bundle
pkg:composer/noxs/google-spreadsheet-bundle
dev-master / 1.x-dev
2017-06-02 11:27 UTC
Requires
- php: >=5.3.9
- google/apiclient: 2.1.*
- ocramius/proxy-manager: ^2.0
- symfony/symfony: 3.1.*
Requires (Dev)
- phpunit/phpunit: 5.4.*
This package is not auto-updated.
Last update: 2026-03-10 00:53:23 UTC
README
Installing
Go to https://developers.google.com/sheets/quickstart/php
Follow the first step.
Put your client_secret.json in to /app/config/
Execute command
app/console google-spreadsheet:set-credentials
Usage
$googleSpreadsheet = $this->container->get('dreamlex_google_spreadsheet'); $tableData = $googleSpreadsheet->getTable('1_ApzX0ZEpN79EL4v_rSpU1PxpgYYOCDKfet7_le0suM', 'IP!A2:B');