importabular

0.2.12 • Public • Published

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

Screenshot of the demo website

Package Sidebar

Install

npm i importabular

Weekly Downloads

74

Version

0.2.12

License

MIT

Unpacked Size

18.3 kB

Total Files

4

Last publish

Collaborators

  • renanlecaro