Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/renanlecaro/importabular

5kb spreadsheet editor for the web, let your users import their data from excel.
https://github.com/renanlecaro/importabular

keyboard-shortcut npm spreadsheet table

Last synced: about 5 hours ago
JSON representation

5kb spreadsheet editor for the web, let your users import their data from excel.

Awesome Lists containing this project

README

        

# importabular

Lightweight spreadsheet editor for the web, to easily let your users import their data from excel.

- Lightweight (under 5kb gzipped)
- Mobile friendly
- Copy / paste
- MIT License

# Quickstart

The quick and dirty way :

```

const sheet = new Importabular({
node: document.getElementById("editor"),
columns: [
{
label: "Contact name",
},
{
label: "Phone number",
},
{
label: "Email address",
},
],
});

```
# Demo and doc

The website will give you more details : https://importabular.lecaro.me/

NPM : https://www.npmjs.com/package/importabular

![Screenshot of the demo website](./src/demo/screenshot.jpg)