noxs/google-spreadsheet-bundle

Dreamlex Google spreadsheet bundle


Keywords
spreadsheet, google, google sheet
License
MIT

Documentation

DreamlexGoogleSpreadsheetBundle

Build Status

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