noxs/google-spreadsheet-bundle

Dreamlex Google电子表格组件

安装: 11

依赖者: 0

建议者: 0

安全: 0

星级: 0

关注者: 1

分支: 0

类型:symfony-bundle

dev-master / 1.x-dev 2017-06-02 11:27 UTC

This package is not auto-updated.

Last update: 2024-09-23 18:11:02 UTC


README

Build Status

安装

前往 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');