noxs / google-spreadsheet-bundle
Dreamlex Google电子表格组件
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: 2024-09-23 18:11:02 UTC
README
安装
前往 https://developers.google.com/sheets/quickstart/php
按照第一步操作。
将你的 client_secret.json
文件放入到 /app/config/
执行命令
app/console google-spreadsheet:set-credentials
用法
$googleSpreadsheet = $this->container->get('dreamlex_google_spreadsheet'); $tableData = $googleSpreadsheet->getTable('1_ApzX0ZEpN79EL4v_rSpU1PxpgYYOCDKfet7_le0suM', 'IP!A2:B');