README.md

# KinoJspreadsheetCe

[Jspreadsheet CE](https://github.com/jspreadsheet/ce) integration with
[Kino](https://github.com/livebook-dev/kino) for [Livebook](https://github.com/livebook-dev/livebook).

## Installation

To bring KinoJspreadsheetCe to Livebook all you need to do is `Mix.install/2`:

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

## Documentation

Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at <https://hexdocs.pm/kino_jspreadsheet_ce>.