An open API service indexing awesome lists of open source software.

https://github.com/jakubvalenta/google-sheets-wrapper

A library wrapping Google Sheets API to make some operations easier.
https://github.com/jakubvalenta/google-sheets-wrapper

api google googledocs googlesheets

Last synced: about 2 months ago
JSON representation

A library wrapping Google Sheets API to make some operations easier.

Awesome Lists containing this project

README

        

# Google Sheets Wrapper

A library wrapping Google Sheets API to make some operations easier.

## Installation

Install Google Sheets Wrapper using pip:

```shell
$ pip install google-sheets-wrapper
```

## Usage

```python
from google_sheets_wrapper import sheets
```

## Help

See [google_sheets_wrapper/sheets.py](./google_sheets_wrapper/sheets.py).

## Contributing

__Feel free to remix this project__ under the terms of the [Apache License,
Version 2.0](http://www.apache.org/licenses/LICENSE-2.0).