Skip to content

A Livebook smart cell for fetching rows from Google Sheets.

License

Notifications You must be signed in to change notification settings

malinowskip/kino_sheetex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

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