Skip to content

For when you just want to fetch some rows from a Google Sheet in Elixir.

License

Notifications You must be signed in to change notification settings

malinowskip/sheetex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sheetex

For when you just want to fetch some rows from a Google Sheet in Elixir.

In order to use this package, you need a valid API key or OAuth token that will be passed to the Google Sheets API: https://developers.google.com/workspace/guides/create-credentials.

See documentation: https://hexdocs.pm/sheetex.

Installation

The package can be installed by adding sheetex to your list of dependencies in mix.exs:

def deps do
  [
    {:sheetex, "~> 0.5.0"}
  ]
end

Testing

Before running mix test, you need to create an .env.testing file and add the GOOGLE_SHEETS_API_KEY variable.

About

For when you just want to fetch some rows from a Google Sheet in Elixir.

Resources

License

Stars

Watchers

Forks

Languages