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

https://github.com/malinowskip/kino_sheetex

A Livebook smart cell for fetching rows from Google Sheets.
https://github.com/malinowskip/kino_sheetex

elixir kino livebook

Last synced: 9 days ago
JSON representation

A Livebook smart cell for fetching rows from Google Sheets.

Awesome Lists containing this project

README

        

# KinoSheetex

Smart Cell preview

KinoSheetex is a Livebook smart cell for fetching rows from Google Sheets. Data is fetched using Google APIs and requires authorization – either using an API key (for public sheets) or a service account (for public and private sheets).

For a detailed usage guide and instructions on obtaining authorization credentials, head over to the documentation: https://hexdocs.pm/kino_sheetex/.

## Installation

The package can be installed by adding `kino_sheetex` to `Mix.install/2`.

```elixir
Mix.install([
{:kino_sheetex, "~> 0.4.0"}
])
```