{"id":20298469,"url":"https://github.com/gmoqa/json-to-xlsx","last_synced_at":"2026-02-25T19:05:20.269Z","repository":{"id":41801948,"uuid":"161194855","full_name":"gmoqa/json-to-xlsx","owner":"gmoqa","description":"NodeJs microservice to convert your json to xlsx. ","archived":false,"fork":false,"pushed_at":"2022-12-09T08:41:42.000Z","size":111,"stargazers_count":3,"open_issues_count":7,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-25T09:12:08.308Z","etag":null,"topics":["converter","json","nodejs","xlsx"],"latest_commit_sha":null,"homepage":"https://github.com/gmoqa/json-to-xlsx","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/gmoqa.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}},"created_at":"2018-12-10T15:22:47.000Z","updated_at":"2020-09-29T20:00:28.000Z","dependencies_parsed_at":"2023-01-25T13:30:37.175Z","dependency_job_id":null,"html_url":"https://github.com/gmoqa/json-to-xlsx","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/gmoqa%2Fjson-to-xlsx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gmoqa%2Fjson-to-xlsx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gmoqa%2Fjson-to-xlsx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gmoqa%2Fjson-to-xlsx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gmoqa","download_url":"https://codeload.github.com/gmoqa/json-to-xlsx/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248404017,"owners_count":21097635,"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":["converter","json","nodejs","xlsx"],"created_at":"2024-11-14T16:09:50.781Z","updated_at":"2026-02-25T19:05:15.232Z","avatar_url":"https://github.com/gmoqa.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# JSON to XLSX\nNodeJs microapp to convert your json to xlsx.\n\n## Installing / Getting started\n\n```shell\ngit clone https://github.com/gmoqa/json-to-xlsx.git\ncd json-to-xlsx\nnpm install\n```\n\nsetup your .env file \n\nrun `bin/www`\n\nNow send to `POST /xlsx` with your `file` `.json`  and the response looks like this. \n\n```json\n{\n    \"file\": \"http://localhost:8000/files/xlsx/1m1klsh7qbjplnm63j.xlsx\"\n}\n```\n\nYou can send to `POST /json` with your `file` `.xlsx` and the response looks like this. \n\n```json\n{\n    \"data\": [\n      {\n        \"name\": \"pageOne\",\n        \"content\": {\n          \"item1\": \"value\",\n          \"item2\": \"value\"\n        }\n      },\n      {\n         \"name\": \"pageTwo\",\n         \"content\": {\n         \"item1\": \"value\",\n         \"item2\": \"value\"\n         }\n       }\n    ]\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgmoqa%2Fjson-to-xlsx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgmoqa%2Fjson-to-xlsx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgmoqa%2Fjson-to-xlsx/lists"}