pyxl-cli
opeypyxl wrapper for cli use.
install
pip install pyxl-cli
usage
read
output stdout CSV format
pyxl read \
--input_xlsx input.xlsx
output file TSV format
pyxl read \
--input_xlsx input.xlsx \
--output /tmp/output.tsv \
--delimiter='\t'
write
for CSV file
pyxl write \
--sheet_xy_csv 1 A1 input.csv \
template.xlsx output.xlsx
for 2 TSV files
pyxl write \
--sheet_xy_csv 1 A1 input_a.tsv \
--sheet_xy_csv 1 F12 input_b.tsv \
--delimiter="\t" \
template.xlsx output.xlsx
Release files for pyxl-cli 0.2.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pyxl-cli-0.2.1.tar.gz | 3.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pyxl_cli-0.2.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 6.7 kB
Release files / pyxl-cli-0.2.1.tar.gz
| Download URL | pyxl-cli-0.2.1.tar.gz |
|---|---|
| Size | 3.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
0f39ad3332461a3ae385c6d2d50ea68b6f292b1d178f2ebca21412283bac2a9d
|
|
BLAKE2b-256 checksum How to use checksums |
cec6ab2b289a58976974e2a4889740b7698603b2a68036820d4907518f217380
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.0.9 CPython/3.8.3 Darwin/19.5.0
|
Release files / pyxl_cli-0.2.1-py3-none-any.whl
| Download URL | pyxl_cli-0.2.1-py3-none-any.whl |
|---|---|
| Size | 3.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
318af4f9c387151fce167a2922300932aa3c2edc0bd21ea85cf5955b77396d59
|
|
BLAKE2b-256 checksum How to use checksums |
093945d7920ecaed55c2112cd20b81579573d3427d05b4b8c0f2b1f0155bf078
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.0.9 CPython/3.8.3 Darwin/19.5.0
|