README.md
# GoogleApi.Sheets
Client library for Google Sheets API from Google.
Reads and writes Google Sheets.
## Installation
Install this package from [Hex](https://hex.pm) by adding
`google_api_sheets` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[{:google_api_sheets, "~> 0.9"}]
end
```
## For more information
Product documentation is available at [https://developers.google.com/sheets/](https://developers.google.com/sheets/).
Library reference documentation is published on Hexdocs at
[https://hexdocs.pm/google_api_sheets](https://hexdocs.pm/google_api_sheets).