{"id":16336243,"url":"https://github.com/jerryfzhang/exceltosql","last_synced_at":"2026-06-24T01:31:03.285Z","repository":{"id":97612179,"uuid":"55000413","full_name":"JerryFZhang/ExcelToSQL","owner":"JerryFZhang","description":"Excel to SQL insertion code generator.","archived":false,"fork":false,"pushed_at":"2016-04-03T17:13:32.000Z","size":7200,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-11T22:51:52.754Z","etag":null,"topics":["csv","csv-converter","csv-import","csv-parser","insertion","sql","sql-insert","xls"],"latest_commit_sha":null,"homepage":"","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/JerryFZhang.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":"2016-03-29T18:28:36.000Z","updated_at":"2024-12-12T20:39:29.000Z","dependencies_parsed_at":"2023-07-06T18:00:58.950Z","dependency_job_id":null,"html_url":"https://github.com/JerryFZhang/ExcelToSQL","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/JerryFZhang/ExcelToSQL","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JerryFZhang%2FExcelToSQL","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JerryFZhang%2FExcelToSQL/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JerryFZhang%2FExcelToSQL/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JerryFZhang%2FExcelToSQL/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JerryFZhang","download_url":"https://codeload.github.com/JerryFZhang/ExcelToSQL/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JerryFZhang%2FExcelToSQL/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34713789,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-23T02:00:07.161Z","response_time":65,"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":["csv","csv-converter","csv-import","csv-parser","insertion","sql","sql-insert","xls"],"created_at":"2024-10-10T23:43:34.822Z","updated_at":"2026-06-24T01:31:03.247Z","avatar_url":"https://github.com/JerryFZhang.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ExcelToSQL\nThis a program written in python that take an xls file as a input, generate csv code for each sheet stored, and generate SQL insertion code for a quick databse testing.\nSome of the cool features including \n\n- checking if the file exist or not and then create or wipe the file if necessary\n- check the datatype and parse string and int differently\n\n# How to use\n- There are three ways to download the file:\n  1. Download the repo as a zip.\n  2. Download the \u003ccode\u003erun.py\u003c/code\u003e file only.\n  3. Or clone the repo by typing the following command into your terminal:\n\n\n```  \ngit clone https://github.com/zhang96/ExcelToSQL\n```\nInstall the require modules including: \n\n- xlrd\n- pandas\n\nPut the spreadsheet file in the folder and name it as data.xls, make sure it ends with .xls not .xlsx.\n\n- There are two ways to run the file:\n  1. Run the file IDLE or other IDEs.\n  2. Set the directory in the terminal and then type the following command into the terminal\n```\npython run.py\n```\n#Todo\n- Add inline comments\n- Code logic optimization\n- Support for *.xlsx files insted of only *.xls files.\n- Support for other datetypes other thah int and string.\n- Eliminate csv intermidiated generation.\n- Option to generate all insertion into a single *.sql file.\n\n#Author\nzhang96\n\n#License\nMIT, see LICENSE.txt.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjerryfzhang%2Fexceltosql","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjerryfzhang%2Fexceltosql","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjerryfzhang%2Fexceltosql/lists"}