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

https://github.com/coletiv/google_spreadsheet

Elixir package to work with Google (Drive) Sheets
https://github.com/coletiv/google_spreadsheet

Last synced: 2 months ago
JSON representation

Elixir package to work with Google (Drive) Sheets

Awesome Lists containing this project

README

        

# GoogleSpreadsheet

Elixir package to work with Google (Drive) Sheets.

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `google_spreadsheet` to your list of dependencies in `mix.exs`:

```elixir
def deps do
[
{:google_spreadsheet, "~> 1.0.0"}
]
end
```

Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/google_spreadsheet](https://hexdocs.pm/google_spreadsheet).