0.2.13 • Published 2 years ago
importabular v0.2.13
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 :
<div id="editor"/>
<script src="https://cdn.jsdelivr.net/npm/importabular"></script>
<script>
const sheet = new Importabular({
  node: document.getElementById("editor"),
  columns: [
    {
      label: "Contact name",
    },
    {
      label: "Phone number",
    },
    {
      label: "Email address",
    },
  ],
});
</script>Demo and doc
The website will give you more details : https://importabular.lecaro.me/
NPM : https://www.npmjs.com/package/importabular

0.2.13
2 years ago
0.2.12
3 years ago
0.2.11
3 years ago
0.2.10
3 years ago
0.2.9
5 years ago
0.2.8
5 years ago
0.2.7
5 years ago
0.2.6
5 years ago
0.2.5
5 years ago
0.2.1
5 years ago
0.2.0
5 years ago
0.2.2
5 years ago
0.2.4
5 years ago
0.1.3
5 years ago
0.1.2
5 years ago
0.1.0
5 years ago
0.1.1
5 years ago
0.0.7
5 years ago
0.0.6
5 years ago
0.0.5
5 years ago
0.0.4
5 years ago
0.0.3
5 years ago
0.0.2
5 years ago
0.0.1
5 years ago