{"id":22997765,"url":"https://github.com/willayy/fastxlstocsv","last_synced_at":"2025-07-01T04:06:08.088Z","repository":{"id":184306357,"uuid":"668308573","full_name":"willayy/FastXlsToCsv","owner":"willayy","description":"Fast way to convert large .xls/.xlsx files to CSV by saving them via VBS","archived":false,"fork":false,"pushed_at":"2023-10-31T18:41:33.000Z","size":72,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-10T22:41:39.297Z","etag":null,"topics":["converter","csv","python","vbscript","xlsx"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/FastXlsToCsv/","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/willayy.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}},"created_at":"2023-07-19T13:55:40.000Z","updated_at":"2024-11-26T16:27:12.000Z","dependencies_parsed_at":"2023-07-27T21:53:02.251Z","dependency_job_id":null,"html_url":"https://github.com/willayy/FastXlsToCsv","commit_stats":null,"previous_names":["willayy/fastxlstocsv"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/willayy/FastXlsToCsv","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willayy%2FFastXlsToCsv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willayy%2FFastXlsToCsv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willayy%2FFastXlsToCsv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willayy%2FFastXlsToCsv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/willayy","download_url":"https://codeload.github.com/willayy/FastXlsToCsv/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willayy%2FFastXlsToCsv/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262893640,"owners_count":23380710,"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":["converter","csv","python","vbscript","xlsx"],"created_at":"2024-12-15T06:08:49.427Z","updated_at":"2025-07-01T04:06:08.060Z","avatar_url":"https://github.com/willayy.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FastXlsToCsv\n### Made by William Norland, 2023\n\nFast way to convert large .xls/.xlsx files to CSV by saving them via a vbs running via windows script host.\n## Why?\nDuring a project i did i noticed how slow pandas read excel files to dataframe, because pandas reads csv to dataframe much faster i decied to release my solution\nfor turning excel into csv!\n\n## Dependencies\n* Excel (Only tested on excel 2016).\n* Windows operating system (Only tested on Windows 10).\n* Only tested on Python 3.11, should probably work on any python.\n* Windows script host (Exists on pretty much every windows ever).\n\n## Usage\n### Install\n![Screenshot (2)](https://github.com/willayy/FastXlsToCsv/assets/117913560/219b6291-15c9-4b90-8d90-21404c50acfa)\n### Import\n![Screenshot (3)](https://github.com/willayy/FastXlsToCsv/assets/117913560/c73a81b7-c1d7-4e13-9980-8a5e7d6a7217)\n### Use\n```python\ninputFile: str = r\"c:\\Users\\someone\\Desktop\\ExcelFiles\\excelFileThatWantsTobeCsv.xlsx\"\ninputDir: str = r\"c:\\Users\\someone\\Desktop\\ExcelFiles\"\noutputDir: str =  r\"c:\\Users\\someone\\Desktop\\FolderForExportedCsvs\"\nXlsConverter.convertXlFileToCsv(inputFile, output)\nXlsConverter.convertXlDir(inputDir, output)\n```\n\n## License\nRelased under the MIT License, check FastXlsToCsv/LICENSE for more information.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwillayy%2Ffastxlstocsv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwillayy%2Ffastxlstocsv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwillayy%2Ffastxlstocsv/lists"}