Command-line tool to convert CSV-files (.csv) to Excel-files (.xlsx) and vice versa
Project description
csvtoexcel
csvtoexcel is a tool that converts a .csv file to .xlsx (Excel) and vice versa.
By default csvtoexcel
creates a file with the same filename, but the file
extension changed from ".csv" to ".xlsx".
The -o
/--output
option can be used choose a different filename for the
output.
Similarly exceltocsv
converts a .xlsx file to .csv.
Usage
> csvtoexcel <file.csv>
<Creates the file file.xlsx>
> csvtoexcel <file.csv> -o <other_file.xlsx>
<Creates the file other_file.xlsx>
> exceltocsv <file.csv>
<Creates the file file.xlsx>
> exceltocsv <file.csv> -o <other_file.xlsx>
<Creates the file other_file.xlsx>
Install
The recommended way to install csvtoexcel
is via pipx:
pipx csvtoexcel
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
csvtoexcel-0.1.2.tar.gz
(3.1 kB
view details)
Built Distribution
File details
Details for the file csvtoexcel-0.1.2.tar.gz
.
File metadata
- Download URL: csvtoexcel-0.1.2.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.12 CPython/3.10.1 Darwin/22.6.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 71519fb8ca2a932e4b7336c3dc629030b157e8ab6ba3845143970e81c28a9c1a |
|
MD5 | 8c0321e57badee3aa5e15879ff76e0ef |
|
BLAKE2b-256 | 5c1563efc0f9e3d1523d055a4530830760792879337ee74a053469858515e86a |
File details
Details for the file csvtoexcel-0.1.2-py3-none-any.whl
.
File metadata
- Download URL: csvtoexcel-0.1.2-py3-none-any.whl
- Upload date:
- Size: 3.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.12 CPython/3.10.1 Darwin/22.6.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f57e2eaf1a055e4310c5cc2e2207afaf054883f370a3d1778704767d3e383cb8 |
|
MD5 | 55f0d76a76b8a5540b0107b7e65548e8 |
|
BLAKE2b-256 | 312940cff446c56402754030108dd2bfaea830f4521a8b9dd2bfd049f4f845c4 |