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
- Host: GitHub
- URL: https://github.com/coletiv/google_spreadsheet
- Owner: coletiv
- License: mit
- Created: 2019-08-23T13:38:14.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-09-06T16:40:41.000Z (over 5 years ago)
- Last Synced: 2025-01-28T14:48:17.956Z (4 months ago)
- Language: Elixir
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).