{"id":21124514,"url":"https://github.com/zauberware/excel-worksheets-to-csv","last_synced_at":"2025-06-12T23:38:03.313Z","repository":{"id":79330216,"uuid":"168535536","full_name":"zauberware/excel-worksheets-to-csv","owner":"zauberware","description":"Extract worksheets from an Excel file and saves them as separated CSV files.","archived":false,"fork":false,"pushed_at":"2019-01-31T14:34:29.000Z","size":16,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-14T11:28:46.028Z","etag":null,"topics":["csv","csv-converter","csv-export","excel-converter","excel-to-csv","python","python-script","python2","python3","worksheet-to-csv","xlsx-to-csv","xlsx-workbook"],"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/zauberware.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-01-31T14:09:35.000Z","updated_at":"2023-03-28T15:49:27.000Z","dependencies_parsed_at":"2023-02-27T04:45:40.284Z","dependency_job_id":null,"html_url":"https://github.com/zauberware/excel-worksheets-to-csv","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zauberware/excel-worksheets-to-csv","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zauberware%2Fexcel-worksheets-to-csv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zauberware%2Fexcel-worksheets-to-csv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zauberware%2Fexcel-worksheets-to-csv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zauberware%2Fexcel-worksheets-to-csv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zauberware","download_url":"https://codeload.github.com/zauberware/excel-worksheets-to-csv/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zauberware%2Fexcel-worksheets-to-csv/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259551194,"owners_count":22875454,"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":["csv","csv-converter","csv-export","excel-converter","excel-to-csv","python","python-script","python2","python3","worksheet-to-csv","xlsx-to-csv","xlsx-workbook"],"created_at":"2024-11-20T04:16:48.423Z","updated_at":"2025-06-12T23:38:03.251Z","avatar_url":"https://github.com/zauberware.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Export Worksheets from Excel to CSV\n\nThis script will help you to extract Worksheets from an Excel file. It already saved me days of my lifetime!\n\n## Run the example\n\nClone this repository and try to run the example file. The file has 3 worksheets: `Worksheet 1`, `Another data set` and `Last`\n \n1. `git clone git@github.com:zauberware/excel-worksheets-to-csv.git \u0026\u0026 cd excel-worksheets-to-csv`\n2. `python worksheet_to_csv.py example.xlsx`\n\nNow you should see `Worksheet 1.csv`, `Another data set.csv` and `Last.csv` in the exports folder.\n\n\n## Export all Worksheets\n\nTo export all worksheets to CSV run `python worksheet_to_csv.py example.xlsx` like in the example.\n\n\n## Export specific Worksheets\n\nTo export only specific worksheets you can specify them comma seperated as the second argument of the script.\n\n**Example: Export only `Worksheet 1` and `Last`:**\n\n`python worksheet_to_csv.py example.xlsx \"Worksheet 1,Last\"`\n\n\n## Prerequisites\n\n* Be sure `openpyxl` and `imp` is installed.\n* Convert your file into XLSX format if needed. It not works with other excel formats.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzauberware%2Fexcel-worksheets-to-csv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzauberware%2Fexcel-worksheets-to-csv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzauberware%2Fexcel-worksheets-to-csv/lists"}