{"id":29961673,"url":"https://github.com/pog7x/py-csv-xls","last_synced_at":"2025-08-03T23:13:08.824Z","repository":{"id":63859183,"uuid":"571250511","full_name":"pog7x/py-csv-xls","owner":"pog7x","description":"Converter from csv format to xls","archived":false,"fork":false,"pushed_at":"2023-06-06T07:51:34.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-19T13:19:51.782Z","etag":null,"topics":["csv","csv-parser","excel","python","xlsxwriter"],"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/pog7x.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}},"created_at":"2022-11-27T16:36:29.000Z","updated_at":"2022-11-27T18:55:36.000Z","dependencies_parsed_at":"2023-01-22T18:15:14.291Z","dependency_job_id":null,"html_url":"https://github.com/pog7x/py-csv-xls","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/pog7x/py-csv-xls","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pog7x%2Fpy-csv-xls","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pog7x%2Fpy-csv-xls/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pog7x%2Fpy-csv-xls/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pog7x%2Fpy-csv-xls/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pog7x","download_url":"https://codeload.github.com/pog7x/py-csv-xls/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pog7x%2Fpy-csv-xls/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268625009,"owners_count":24280188,"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","status":"online","status_checked_at":"2025-08-03T02:00:12.545Z","response_time":2577,"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-parser","excel","python","xlsxwriter"],"created_at":"2025-08-03T23:12:53.256Z","updated_at":"2025-08-03T23:13:08.798Z","avatar_url":"https://github.com/pog7x.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# py-csv-xls\n\n[![PyPI](https://img.shields.io/pypi/v/py-csv-xls)](https://pypi.org/project/py-csv-xls/)\n[![License](https://img.shields.io/github/license/pog7x/py-csv-xls)](https://github.com/pog7x/py-csv-xls/blob/master/LICENSE)\n\n## Converter from csv format to xls\n\n### Installation\n\n```bash\npip install py-csv-xls\n```\n\n### Example\n```python\nfrom py_csv_xls import CSVSniffer, ExcelWorker, PyCsvXlsException\n\nfile_lines = CSVSniffer(\n    main_path=\"/abs/path/to/ur/csv/or/dir\",\n).get_dir_files_with_lines()\n\nExcelWorker(\n    workbook_name=\"/abs/path/to/ur/xl/without/extension\",\n    workbook_extension=\".xls\",\n    want_cleared=True,\n).fill_workbook(all_data=file_lines)\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpog7x%2Fpy-csv-xls","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpog7x%2Fpy-csv-xls","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpog7x%2Fpy-csv-xls/lists"}