{"id":13615151,"url":"https://github.com/FerdinaKusumah/excel2api","last_synced_at":"2025-04-13T20:33:04.764Z","repository":{"id":49491459,"uuid":"251503333","full_name":"FerdinaKusumah/excel2api","owner":"FerdinaKusumah","description":"Convert your excel as api","archived":false,"fork":false,"pushed_at":"2023-05-23T04:44:58.000Z","size":27,"stargazers_count":8,"open_issues_count":2,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-11-07T23:39:08.763Z","etag":null,"topics":["excel2api","exceltoapi","python-csv","python-excel","python-excel-to-api","python3"],"latest_commit_sha":null,"homepage":null,"language":"Python","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/FerdinaKusumah.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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-31T04:50:13.000Z","updated_at":"2024-06-06T23:38:37.000Z","dependencies_parsed_at":"2024-11-07T23:32:08.933Z","dependency_job_id":"f147b919-1ea5-438d-b479-3c9cd6fcb87e","html_url":"https://github.com/FerdinaKusumah/excel2api","commit_stats":null,"previous_names":["ferdinakusumah/excel2api"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FerdinaKusumah%2Fexcel2api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FerdinaKusumah%2Fexcel2api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FerdinaKusumah%2Fexcel2api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FerdinaKusumah%2Fexcel2api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FerdinaKusumah","download_url":"https://codeload.github.com/FerdinaKusumah/excel2api/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248778020,"owners_count":21160073,"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":["excel2api","exceltoapi","python-csv","python-excel","python-excel-to-api","python3"],"created_at":"2024-08-01T20:01:09.987Z","updated_at":"2025-04-13T20:33:04.500Z","avatar_url":"https://github.com/FerdinaKusumah.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"# Convert your excel and csv as API\n\nIt can read from excel and csv file url\n\nDocumentation\n-----------\nPlease open [https://excel2api.herokuapp.com/docs](https://excel2api.herokuapp.com/docs)\n\nDocumentation explanation:\n* `host/v1/api/excel`\n    * query string `sheet_name` is sheet name to open\n    * query string `sheet_url` is url where excel will be open\n    * query string `row_range` is range row:\n        * `1:50` mean will display data from row 1 to 49\n        * `:50` mean will display data from first to 49\n        * `50` mean will display data from first to 49\n    * query string `column_range` is range row:\n        * `date` mean will display only column `date`\n        * `date,age` mean will display only column `date` and `age`\n\n* `host/v1/api/csv`\n    * query string `sheet_url` is url where csv will be open\n    * query string `row_range` is range row:\n        * `1:50` mean will display data from row 1 to 49\n        * `:50` mean will display data from first to 49\n        * `50` mean will display data from first to 49\n    * query string `column_range` is range row:\n        * `date` mean will display only column `date`\n        * `date,age` mean will display only column `date` and `age`\n    \nManual Installation\n------------\n* Need python 3.7+\n* Backed by python [fast api](https://github.com/tiangolo/fastapi)\n* `pip install -r requirements.txt`\n* Run with command `uvicorn main:app --reload --port 8000`\n\nManual Installation\n------------\n* Need python 3.7+\n* `pip install -r requirements.txt`\n* change configuration in `conf/.env.yaml`\n* Backed by python [fast api](https://github.com/tiangolo/fastapi)\n\nRunning unit test\n------------\n```shell script\n  python -m unittest discover -v -s ./tests\n```\n\n\nContribution\n------------\nWe are always happy to have new contributions. \nWe have `marked issues good for anyone looking to get started`, and welcome.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FFerdinaKusumah%2Fexcel2api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FFerdinaKusumah%2Fexcel2api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FFerdinaKusumah%2Fexcel2api/lists"}