sify21 / csvtoexcel

a stupid tool to convert csv to excel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

a stupid tool to convert csv file to excel file, because stupid Excel made by stupid Microsoft can't do the stupid thing rightly.

❯ poetry run python main.py --help
usage: csvtoexcel [-h] [--delimiter DELIMITER] [--quote QUOTE] [--escape ESCAPE] [--null NULL] csvfile

positional arguments:
  csvfile

options:
  -h, --help            show this help message and exit
  --delimiter DELIMITER
                        default: ,
  --quote QUOTE         default: "
  --escape ESCAPE       default: \
  --null NULL           default: \N

About

a stupid tool to convert csv to excel


Languages

Language:Python 100.0%