{"id":18899557,"url":"https://github.com/imrandil/json_to_excel_npm_package","last_synced_at":"2026-04-19T15:03:29.097Z","repository":{"id":238698789,"uuid":"797246321","full_name":"IMRANDIL/json_to_excel_npm_package","owner":"IMRANDIL","description":"A simple npm package for creating excel file (xlsx) using json Array.","archived":false,"fork":false,"pushed_at":"2024-05-08T02:19:55.000Z","size":3507,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-08T05:40:48.891Z","etag":null,"topics":["excel","generate-excel","javascipt","npm-package"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/@imrandil/json_to_excel","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/IMRANDIL.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":"2024-05-07T13:25:22.000Z","updated_at":"2024-05-08T02:19:59.000Z","dependencies_parsed_at":"2024-05-11T17:15:26.856Z","dependency_job_id":null,"html_url":"https://github.com/IMRANDIL/json_to_excel_npm_package","commit_stats":null,"previous_names":["imrandil/json_to_excel_npm_package"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/IMRANDIL/json_to_excel_npm_package","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IMRANDIL%2Fjson_to_excel_npm_package","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IMRANDIL%2Fjson_to_excel_npm_package/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IMRANDIL%2Fjson_to_excel_npm_package/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IMRANDIL%2Fjson_to_excel_npm_package/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IMRANDIL","download_url":"https://codeload.github.com/IMRANDIL/json_to_excel_npm_package/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IMRANDIL%2Fjson_to_excel_npm_package/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32010959,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T20:23:30.271Z","status":"online","status_checked_at":"2026-04-19T02:00:07.110Z","response_time":55,"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":["excel","generate-excel","javascipt","npm-package"],"created_at":"2024-11-08T08:46:51.227Z","updated_at":"2026-04-19T15:03:29.052Z","avatar_url":"https://github.com/IMRANDIL.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @imrandil/json_to_excel\n\nA simple npm package for generating Excel files (xlsx) from JSON objects array.\n\n## Installation\n\n```bash\nnpm install @imrandil/json_to_excel\n```\n\n## Usage\n\n```javascript\nconst JsonToExcel = require('@imrandil/json_to_excel');\n\n// Example options\nconst options = {\n  jsonFilePath: 'path/to/your/json/file.json',\n  outputFileName: 'output.xlsx',\n  batchSize: 100,\n  headers: ['Column1', 'Column2', 'Column3'],\n  sheetName: 'Sheet1'\n};\n\n// Create an instance of JsonToExcel with options\nconst converter = new JsonToExcel(options);\n\n// Convert JSON data to Excel\nconverter.convert();\n```\n\n## Options\n\n- `jsonFilePath`: The file path to the JSON data to be converted.\n- `outputFileName`: The name of the Excel file to be generated.\n- `batchSize`: The number of JSON data items to process before writing to the Excel file (default: 100).\n- `headers`: An array of strings representing the headers for the Excel file.\n- `sheetName`: The name of the sheet in the Excel file (default: 'Data').\n\n## License\n\nMIT\n\n## Author\n\nAli Imran Adil\n\n## Repository\n\n[GitHub Repository](https://github.com/IMRANDIL/json_to_excel_npm_package)\n\n## Bugs\n\n[Issue Tracker](https://github.com/IMRANDIL/json_to_excel_npm_package/issues)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimrandil%2Fjson_to_excel_npm_package","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fimrandil%2Fjson_to_excel_npm_package","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimrandil%2Fjson_to_excel_npm_package/lists"}