{"id":19491155,"url":"https://github.com/hramov/go-excel-parser","last_synced_at":"2025-07-17T02:41:52.196Z","repository":{"id":171829937,"uuid":"648473402","full_name":"hramov/go-excel-parser","owner":"hramov","description":"Web server that get Excel file and template JSON file to parse given Excel to JSON","archived":false,"fork":false,"pushed_at":"2023-06-02T03:55:18.000Z","size":46,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-25T19:44:04.010Z","etag":null,"topics":["excel","golang","parser","webserver"],"latest_commit_sha":null,"homepage":"","language":"Go","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/hramov.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":"2023-06-02T03:54:23.000Z","updated_at":"2023-06-02T03:56:46.000Z","dependencies_parsed_at":null,"dependency_job_id":"54307ca1-da1a-4d04-b17e-2c0be4c0b17c","html_url":"https://github.com/hramov/go-excel-parser","commit_stats":null,"previous_names":["hramov/go-excel-parser"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hramov/go-excel-parser","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hramov%2Fgo-excel-parser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hramov%2Fgo-excel-parser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hramov%2Fgo-excel-parser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hramov%2Fgo-excel-parser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hramov","download_url":"https://codeload.github.com/hramov/go-excel-parser/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hramov%2Fgo-excel-parser/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265560956,"owners_count":23788285,"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":["excel","golang","parser","webserver"],"created_at":"2024-11-10T21:15:59.498Z","updated_at":"2025-07-17T02:41:52.155Z","avatar_url":"https://github.com/hramov.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Golang Excel Parser service\n### Based on [excelize](http://github.com/xuri/excelize) \nDescription: web server that get Excel file and template JSON file to parse given Excel to JSON.\n\n### It generates JSON representation of data in Excel file based on fields in template.\n\nTemplate example\n\u003cpre\u003e\u003ccode\u003e{\n  \"id\": 1,\n  \"title\": \"Test\",\n  \"sheet_name\": \"Sheet1\",\n  \"sheet_number\": 1,\n  \"header_row\": 1,\n  \"start_row\": 2,\n  \"fields\": [\n    {\n      \"id\": 1,\n      \"name\": \"id\",\n      \"field\": \"userId\",\n      \"type\": \"string\"\n    },\n    {\n      \"id\": 2,\n      \"name\": \"title\",\n      \"field\": \"ProductTitle\",\n      \"type\": \"string\"\n    }\n  ]\n}\u003c/code\u003e\u003c/pre\u003e\n\nThere are two environment variable:\n1) \u003ccode\u003ePORT=3000\u003c/code\u003e - server port;\n2) \u003ccode\u003eUPLOAD_PATH=data/upload/\u003c/code\u003e - directory for storing incoming Excel files.\n\n### Request / Response example\n\nFrom this Excel data \n\n![img_1.png](assets/img_1.png)\n\nTo this response\n\n![img.png](assets/img.png)\n\nIt matches fields by its name and thus there is no need to place columns in particular order.\n\nColumns not described in template would be ignored.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhramov%2Fgo-excel-parser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhramov%2Fgo-excel-parser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhramov%2Fgo-excel-parser/lists"}