openpyxl wrapper for cli use
Project description
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
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
pyxl-cli-0.2.1.tar.gz
(3.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pyxl-cli-0.2.1.tar.gz.
File metadata
- Download URL: pyxl-cli-0.2.1.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.0.9 CPython/3.8.3 Darwin/19.5.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0f39ad3332461a3ae385c6d2d50ea68b6f292b1d178f2ebca21412283bac2a9d
|
|
| MD5 |
b4255169b00417a21e7cce657591098f
|
|
| BLAKE2b-256 |
cec6ab2b289a58976974e2a4889740b7698603b2a68036820d4907518f217380
|
File details
Details for the file pyxl_cli-0.2.1-py3-none-any.whl.
File metadata
- Download URL: pyxl_cli-0.2.1-py3-none-any.whl
- Upload date:
- Size: 3.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.0.9 CPython/3.8.3 Darwin/19.5.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
318af4f9c387151fce167a2922300932aa3c2edc0bd21ea85cf5955b77396d59
|
|
| MD5 |
410be665c3539839b739b4251e6cd73d
|
|
| BLAKE2b-256 |
093945d7920ecaed55c2112cd20b81579573d3427d05b4b8c0f2b1f0155bf078
|