pyxl-cli 0.2.1

Creator: bradpython12

Last updated:

Add to Cart

Description:

pyxlcli 0.2.1

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

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files:

Customer Reviews

There are no reviews.