{"id":20694800,"url":"https://github.com/mclander/excel-loader","last_synced_at":"2025-10-29T09:34:39.456Z","repository":{"id":143878536,"uuid":"85929602","full_name":"mclander/excel-loader","owner":"mclander","description":"Webpack excel loader","archived":false,"fork":false,"pushed_at":"2019-10-18T10:23:13.000Z","size":3,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-18T08:40:12.015Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/mclander.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2017-03-23T09:14:30.000Z","updated_at":"2020-06-01T20:54:00.000Z","dependencies_parsed_at":null,"dependency_job_id":"f7e812ef-4411-44a2-9279-0aa3e225608b","html_url":"https://github.com/mclander/excel-loader","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mclander%2Fexcel-loader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mclander%2Fexcel-loader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mclander%2Fexcel-loader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mclander%2Fexcel-loader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mclander","download_url":"https://codeload.github.com/mclander/excel-loader/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242958512,"owners_count":20212821,"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":[],"created_at":"2024-11-17T00:06:44.125Z","updated_at":"2025-10-29T09:34:39.353Z","avatar_url":"https://github.com/mclander.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Webpack Excel loader\n\n## Purpose\nThis Excel loader magically inject data from excel file to your webpack project.\n\n## Installation\n\nInstall with npm:\n\n```\nnpm install excel-loader\n```\n\n## Usage\n\nAdd the excel-loader to your webpack configuration:\n\n``` javascript\nconst config = {\n  module: {\n    rules: [\n      {\n        test: /\\.xls.?$/,\n        loader: 'excel-loader'\n      }\n    ]\n  }\n```\n\nThe loader will translate excel files into JSON, exactly as node-xlsx do (just on build).\n\n## Tips\n\nFor convert Excel Date to JS date you can use this [gist by Cristopher Scott](https://gist.github.com/christopherscott/2782634)\n\n\n## Credits\n\n* Inspired by [csv-loader](https://github.com/theplatapi/csv-loader) which inspired by [dsv-loader](https://github.com/wbkd/dsv-loader) which inspired by [json-loader](https://github.com/webpack-contrib/json-loader)\n* Excel slurping done with [node-xlsx](https://github.com/mgcrea/node-xlsx) over the awesome [xlsx](https://github.com/SheetJS/js-xlsx)!\n\n[npm-url]: https://npmjs.com/package/excel-loader","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmclander%2Fexcel-loader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmclander%2Fexcel-loader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmclander%2Fexcel-loader/lists"}