Download the PHP package basecardhero/spreadsheet without Composer
On this page you can find all versions of the php package basecardhero/spreadsheet. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download basecardhero/spreadsheet
More information about basecardhero/spreadsheet
Files in basecardhero/spreadsheet
Package spreadsheet
Short Description A Google services wrapper library for creating Google Sheets.
License MIT
Homepage https://github.com/basecardhero/spreadsheet
Informations about the package spreadsheet
BaseCardHero - Spreadsheet
This package was created for a project I am working on and does not fully support Google services (or the way you may want it to). Feel free to add functionality by creating a pull request. See contributing.
Installation
You can install the package via composer:
Usage
You will need to configure the Google Client. See gsuitedevs/php-samples for examples configuring a Google Client for php.
Examples
Create a Spreadsheet instance
Create a spreadsheet
The create()
method will fetch a new spreadsheet from the rest service.
Retrieve a spreadsheet
The retrieve()
method will fetch an existing spreadsheet from the rest service.
Set the title
Set column data
Clearing data on a spreadsheet
Copying a sheet from another spreadsheet
Delete a sheet within the spreadsheet
Testing
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Base Card Hero | basecardhero.com
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
PHP Package Boilerplate
This package was generated using the PHP Package Boilerplate.