Packages

A Livebook smart cell for fetching rows from Google Sheets.

Current section

Files

Jump to
kino_sheetex README.md
Raw

README.md

# KinoSheetex
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.2.0"}
])
```