{"id":20992346,"url":"https://github.com/renanlecaro/importabular","last_synced_at":"2025-04-09T22:19:28.651Z","repository":{"id":57273049,"uuid":"295383916","full_name":"renanlecaro/importabular","owner":"renanlecaro","description":"5kb spreadsheet editor for the web, let your users import their data from excel.","archived":false,"fork":false,"pushed_at":"2024-05-02T18:40:31.000Z","size":1369,"stargazers_count":149,"open_issues_count":1,"forks_count":12,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-04-02T21:07:30.989Z","etag":null,"topics":["keyboard-shortcut","npm","spreadsheet","table"],"latest_commit_sha":null,"homepage":"https://importabular.lecaro.me/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/renanlecaro.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-09-14T10:39:03.000Z","updated_at":"2025-03-07T13:12:49.000Z","dependencies_parsed_at":"2024-06-21T16:53:12.047Z","dependency_job_id":"a621f94a-020e-432a-bfc9-55ce563f6b22","html_url":"https://github.com/renanlecaro/importabular","commit_stats":{"total_commits":76,"total_committers":1,"mean_commits":76.0,"dds":0.0,"last_synced_commit":"5b8f4ed9383e3821f78bc2e053ee3280bec2ccfa"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renanlecaro%2Fimportabular","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renanlecaro%2Fimportabular/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renanlecaro%2Fimportabular/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renanlecaro%2Fimportabular/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/renanlecaro","download_url":"https://codeload.github.com/renanlecaro/importabular/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248119505,"owners_count":21050779,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["keyboard-shortcut","npm","spreadsheet","table"],"created_at":"2024-11-19T07:11:01.928Z","updated_at":"2025-04-09T22:19:28.610Z","avatar_url":"https://github.com/renanlecaro.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# importabular\n\nLightweight spreadsheet editor for the web, to easily let your users import their data from excel.\n\n-   Lightweight (under 5kb gzipped) \n-   Mobile friendly\n-   Copy / paste\n-   MIT License\n\n\n# Quickstart\n\nThe quick and dirty way :\n\n```\n\u003cdiv id=\"editor\"/\u003e\n\u003cscript src=\"https://cdn.jsdelivr.net/npm/importabular\"\u003e\u003c/script\u003e\n\u003cscript\u003e\nconst sheet = new Importabular({\n  node: document.getElementById(\"editor\"),\n  columns: [\n    {\n      label: \"Contact name\",\n    },\n    {\n      label: \"Phone number\",\n    },\n    {\n      label: \"Email address\",\n    },\n  ],\n});\n\u003c/script\u003e\n```\n# Demo and doc\n\nThe website will give you more details : https://importabular.lecaro.me/\n\nNPM : https://www.npmjs.com/package/importabular\n\n![Screenshot of the demo website](./src/demo/screenshot.jpg)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frenanlecaro%2Fimportabular","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frenanlecaro%2Fimportabular","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frenanlecaro%2Fimportabular/lists"}