{"id":15581416,"url":"https://github.com/alexprengere/csv2xls","last_synced_at":"2025-03-23T13:32:32.324Z","repository":{"id":15372419,"uuid":"18103616","full_name":"alexprengere/csv2xls","owner":"alexprengere","description":"Put together some CSV files into a single Excel file, in different sheets.","archived":false,"fork":false,"pushed_at":"2016-09-24T07:19:00.000Z","size":132,"stargazers_count":18,"open_issues_count":0,"forks_count":5,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-18T20:54:05.133Z","etag":null,"topics":["csv","excel","python","xls"],"latest_commit_sha":null,"homepage":"http://alexprengere.github.io/csv2xls/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/alexprengere.png","metadata":{"files":{"readme":"README","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":"2014-03-25T14:42:00.000Z","updated_at":"2024-02-13T15:12:24.000Z","dependencies_parsed_at":"2022-08-25T11:40:25.505Z","dependency_job_id":null,"html_url":"https://github.com/alexprengere/csv2xls","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexprengere%2Fcsv2xls","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexprengere%2Fcsv2xls/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexprengere%2Fcsv2xls/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexprengere%2Fcsv2xls/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alexprengere","download_url":"https://codeload.github.com/alexprengere/csv2xls/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245108297,"owners_count":20562021,"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","excel","python","xls"],"created_at":"2024-10-02T19:46:38.385Z","updated_at":"2025-03-23T13:32:31.877Z","avatar_url":"https://github.com/alexprengere.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"csv2xls\n=======\n\nPut together some CSV files into a single Excel file, in different sheets.\n\nInstallation\n------------\n\nYou can install directly after cloning:\n\n.. code-block:: bash\n\n $ python setup.py install --user\n\nOr use the Python package:\n\n.. code-block:: bash\n\n $ pip install --user csv2xls\n\nDependency\n----------\n\nOutside the standard library, the `xlwt \u003chttp://www.python-excel.org/\u003e`_ package is needed, and should be\nautomatically installed with setuptools. Otherwise:\n\n.. code-block:: bash\n\n $ pip install --user xlwt\n\nExample\n-------\n\n.. code-block:: bash\n\n $ csv2xls examples/sheet_alpha.csv examples/sheet_beta.csv -o output.xls\n Processing       examples/sheet_alpha.csv -\u003e output.xls/alpha\n Processing        examples/sheet_beta.csv -\u003e output.xls/beta\n\nUsage\n-----\n\n.. code-block:: bash\n\n $ csv2xls -h\n usage: csv2xls [-h] [-o OUTPUT] [-c] [-d DELIMITER] [-q QUOTECHAR] [-n]\n                [-D FORMAT] [-k]\n                files [files ...]\n\n Put together some CSV files into a single Excel file. Basic types are inferred\n automatically.\n\n positional arguments:\n   files\n\n optional arguments:\n   -h, --help            show this help message and exit\n   -o OUTPUT, --output OUTPUT\n                         Define name for output Excel file. Default is\n                         \"output.xls\".\n   -c, --clean           Delete input files afterwards, if successful.\n   -d DELIMITER, --delimiter DELIMITER\n                         Change row delimiter. Default is \",\".\n   -q QUOTECHAR, --quotechar QUOTECHAR\n                         Change quoting character. Default way of quoting is\n                         \"that is, quoted\".\n   -n, --no-type-inference\n                         Do not try to infer int/float/date when writing. This\n                         mode is faster and preserves input data.\n   -D FORMAT, --date-format FORMAT\n                         Change date format used during date type inference.\n                         Default is \"%Y-%m-%d\".\n   -k, --keep-prefix     Keep common prefix when building sheet names. Default\n                         is to remove the common prefix of input file names.\n\n Example: csv2xls examples/sheet_alpha.csv examples/sheet_beta.csv\n\nTests\n-----\n\nTo run the tests, you must install `xls2txt \u003chttps://github.com/hroptatyr/xls2txt\u003e`_:\n\n.. code-block:: bash\n\n $ git clone https://github.com/hroptatyr/xls2txt.git\n $ cd xls2txt\n $ make\n $ sudo make install\n\nThen run:\n\n.. code-block:: bash\n\n $ ./tests.sh\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexprengere%2Fcsv2xls","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falexprengere%2Fcsv2xls","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexprengere%2Fcsv2xls/lists"}