{"id":21711272,"url":"https://github.com/davidix/convert-xls2csv","last_synced_at":"2026-05-17T13:14:00.649Z","repository":{"id":220119882,"uuid":"750804924","full_name":"davidix/Convert-xls2csv","owner":"davidix","description":null,"archived":false,"fork":false,"pushed_at":"2024-01-31T11:09:17.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-25T16:42:27.335Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/davidix.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}},"created_at":"2024-01-31T11:00:43.000Z","updated_at":"2024-01-31T11:07:29.000Z","dependencies_parsed_at":"2024-01-31T12:28:08.910Z","dependency_job_id":null,"html_url":"https://github.com/davidix/Convert-xls2csv","commit_stats":null,"previous_names":["davidix/convert-xls2csv"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidix%2FConvert-xls2csv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidix%2FConvert-xls2csv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidix%2FConvert-xls2csv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidix%2FConvert-xls2csv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/davidix","download_url":"https://codeload.github.com/davidix/Convert-xls2csv/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244666585,"owners_count":20490287,"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":[],"created_at":"2024-11-25T23:20:52.536Z","updated_at":"2026-05-17T13:13:55.617Z","avatar_url":"https://github.com/davidix.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Excel to CSV Converter\n\nA simple Python script to convert Excel files (.xlsx) to CSV files using parallel processing.\n\n## Overview\n\nThis script uses the `concurrent.futures.ProcessPoolExecutor` to parallelize the conversion of multiple Excel sheets within Excel files in a specified directory. Each sheet is saved as a separate CSV file.\n\n## Features\n\n- Converts Excel files to CSV format\n- Utilizes parallel processing for efficient conversion\n- Handles errors gracefully and provides error messages for failed conversions\n\n## Requirements\n\n- Python 3.x\n- pandas\n- openpyxl\n\n## Usage\n\n1. Clone the repository:\n\n    ```bash\n    git clone https://github.com/davidix/Convert-xls2csv.git\n    ```\n\n2. Navigate to the project directory:\n\n    ```bash\n    cd excel-to-csv-converter\n    ```\n\n3. Install the required dependencies:\n\n    ```bash\n    pip install -r requirements.txt\n    ```\n\n4. Run the script:\n\n    ```bash\n    python excel_to_csv_converter.py\n    ```\n\n5. Enter the directory path when prompted.\n\n## Example\n\n```bash\nEnter the directory path: /path/to/excel/files\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidix%2Fconvert-xls2csv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdavidix%2Fconvert-xls2csv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidix%2Fconvert-xls2csv/lists"}