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/.
The package can be installed by adding kino_sheetex
to Mix.install/2
.
Mix.install([
{:kino_sheetex, "~> 0.4.0"}
])