README.md

# GoogleApi.Sheets

Google Sheets API client library.

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.25"}]
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).