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.
- Host: GitHub
- URL: https://github.com/malinowskip/kino_sheetex
- Owner: malinowskip
- License: mit
- Created: 2024-07-20T17:26:04.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-01-31T10:27:54.000Z (5 months ago)
- Last Synced: 2025-04-10T11:39:53.442Z (3 months ago)
- Topics: elixir, kino, livebook
- Language: Elixir
- Homepage: https://hexdocs.pm/kino_sheetex/
- Size: 155 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# KinoSheetex
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"}
])
```