{"id":30303779,"url":"https://github.com/aaronlamz/excel-to-json","last_synced_at":"2025-08-17T06:06:11.020Z","repository":{"id":38012343,"uuid":"247249888","full_name":"aaronlamz/excel-to-json","owner":"aaronlamz","description":"⚒️ Convert Excel to JSON for i18n","archived":false,"fork":false,"pushed_at":"2024-04-03T17:47:39.000Z","size":1158,"stargazers_count":13,"open_issues_count":1,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-09T05:51:13.409Z","etag":null,"topics":["cli","excel","excel-to-json","i18n","i18n-messages","json","nodejs"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/excel-to-json-parser","language":"JavaScript","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/aaronlamz.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}},"created_at":"2020-03-14T09:45:40.000Z","updated_at":"2024-09-08T22:45:49.000Z","dependencies_parsed_at":"2024-10-06T15:43:50.384Z","dependency_job_id":"56cb083c-a666-4219-9efb-ff74a3313790","html_url":"https://github.com/aaronlamz/excel-to-json","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/aaronlamz/excel-to-json","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aaronlamz%2Fexcel-to-json","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aaronlamz%2Fexcel-to-json/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aaronlamz%2Fexcel-to-json/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aaronlamz%2Fexcel-to-json/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aaronlamz","download_url":"https://codeload.github.com/aaronlamz/excel-to-json/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aaronlamz%2Fexcel-to-json/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270539479,"owners_count":24603182,"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","status":"online","status_checked_at":"2025-08-15T02:00:12.559Z","response_time":110,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["cli","excel","excel-to-json","i18n","i18n-messages","json","nodejs"],"created_at":"2025-08-17T06:06:04.136Z","updated_at":"2025-08-17T06:06:10.999Z","avatar_url":"https://github.com/aaronlamz.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n    \u003cimg src=\"https://github.com/Aaronlamz/excel-to-json/blob/dev/logo.png\" alt=\"logo\" width=\"200\"  /\u003e\n\u003c/p\u003e\n\n[![build](https://github.com/Aaronlamz/excel-to-json/actions/workflows/npm-publish.yml/badge.svg)](https://github.com/Aaronlamz/excel-to-json/actions/workflows/npm-publish.yml)\n\n## ⚡ Why need this?\ni18n messages is stored in Excel file, but it is not easy to edit in your code. So, this tool is created to convert Excel to JSON. \n\n## 📜 Features\nExcel data structure is converted to JSON.\nThe key of the first column of the first row is required.\n\n| key | zh_CN | zh_HK | en | and more languages...\n|:---|:---|:---|:---|:---|\n| hello | 你好 | 你好 | hello | ... |\n| world | 世界 | 世界 | world! | ... |\n\noutput JSON:\n\n```json\n{\n   \"zh_CN\": {\n        \"hello\": \"你好\",\n        \"world\": \"世界\",\n    },\n    \"zh_HK\": {\n        \"hello\": \"你好\",\n         \"world\": \"世界\",\n    },\n    \"en\": {\n        \"hello\": \"hello\",\n         \"world\": \"world!\",\n    }\n}\n```\n\n## 🌈 Installation\n\nUsing npm:\n\n```sh\n$ npm install -g excel-to-json-parser\n```\n\nUsing yarn:\n\n```sh\n$ yarn global add excel-to-json-parser\n```\n\n## 🔥 Usage\nrun etj --help without arguments to see list of options:\n```sh\nUsage: etj --sourceFile \u003cdir\u003e\n\nOptions:\n  -V, --version           output the version number\n  -s, --sourceFile \u003cdir\u003e  source file path need to be converted\n  -h, --help              display help for command\n```\n\nuse CLI\n```sh\netj --sourceFile /yourdir/example.xlsx\n// or\netj -s /yourDir/example.xlsx\n```\n\n## 🔧 Examples\nrun example\n```sh\nyarn example\n```\n\n## ©️ License\n\n[MIT](https://en.wikipedia.org/wiki/MIT_License)\n\n\n\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faaronlamz%2Fexcel-to-json","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faaronlamz%2Fexcel-to-json","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faaronlamz%2Fexcel-to-json/lists"}