{"id":22055683,"url":"https://github.com/harshmangalam/qwik-excel-renderer","last_synced_at":"2026-04-01T18:40:23.746Z","repository":{"id":212464890,"uuid":"731555426","full_name":"harshmangalam/qwik-excel-renderer","owner":"harshmangalam","description":"A Qwik library to render and display excel sheets on webpage","archived":false,"fork":false,"pushed_at":"2023-12-14T10:56:07.000Z","size":103,"stargazers_count":9,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-27T22:57:05.819Z","etag":null,"topics":["excel-import","library","qwik"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/qwik-excel-renderer","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/harshmangalam.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null}},"created_at":"2023-12-14T10:44:43.000Z","updated_at":"2025-12-29T01:45:20.000Z","dependencies_parsed_at":"2024-01-04T13:46:00.272Z","dependency_job_id":null,"html_url":"https://github.com/harshmangalam/qwik-excel-renderer","commit_stats":null,"previous_names":["harshmangalam/qwik-excel-renderer"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/harshmangalam/qwik-excel-renderer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harshmangalam%2Fqwik-excel-renderer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harshmangalam%2Fqwik-excel-renderer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harshmangalam%2Fqwik-excel-renderer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harshmangalam%2Fqwik-excel-renderer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/harshmangalam","download_url":"https://codeload.github.com/harshmangalam/qwik-excel-renderer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harshmangalam%2Fqwik-excel-renderer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31290943,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-01T13:12:26.723Z","status":"ssl_error","status_checked_at":"2026-04-01T13:12:25.102Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["excel-import","library","qwik"],"created_at":"2024-11-30T16:10:34.003Z","updated_at":"2026-04-01T18:40:23.729Z","avatar_url":"https://github.com/harshmangalam.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# qwik-excel-renderer\n\nA Qwik library to render and display excel sheets on webpage.\n\n## Installation\n\n```shell\nnpm i qwik-excel-renderer\n```\n\n```shell\npnpm add qwik-excel-renderer\n```\n\n```shell\nyarn add qwik-excel-renderer\n```\n\n```shell\nbun add qwik-excel-renderer\n```\n\n```jsx\nimport {\n  type NoSerialize,\n  component$,\n  noSerialize,\n  useSignal,\n} from \"@builder.io/qwik\";\nimport { useXLSXRenderer,XLSXTable } from \"qwik-excel-renderer\";\n\nexport default component$(() =\u003e {\n  const { xlsxRenderer, data } = useXLSXRenderer();\n  const file = useSignal\u003cNoSerialize\u003cFile\u003e\u003e();\n  return (\n      \u003cdiv\u003e\n        \u003cinput\n          type=\"file\"\n          onChange$={(e) =\u003e {\n            file.value = noSerialize((e.target as HTMLInputElement).files?.[0]);\n          }}\n        /\u003e\n        \u003cbutton\n          onClick$={async () =\u003e {\n            await xlsxRenderer(file.value);\n          }}\n        \u003e\n          Render XLSX data\n        \u003c/button\u003e\n\n        {data \u0026\u0026 (\n          \u003cdiv\u003e\n            \u003cXLSXTable data={data} /\u003e\n          \u003c/div\u003e\n        )}\n      \u003c/div\u003e\n  );\n});\n\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharshmangalam%2Fqwik-excel-renderer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fharshmangalam%2Fqwik-excel-renderer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharshmangalam%2Fqwik-excel-renderer/lists"}