SkillAgentSearch skills...

Importabular

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

Install / Use

/learn @renanlecaro/Importabular
About this skill

Quality Score

0/100

Supported Platforms

Universal

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 :

<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

Related Skills

View on GitHub
GitHub Stars151
CategoryDevelopment
Updated2mo ago
Forks11

Languages

JavaScript

Security Score

100/100

Audited on Jan 11, 2026

No findings