Clusiv / cvs2xml

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Converting excel to xml

1. Create and activate venv

python3 -m venv .venv && source .venv/bin/activate

2. Install libs

pip3 install openpyxl

3. Place excel file alongside with app.py

4. Run app.py

python3 app.py

5. See the output.xml file

About


Languages

Language:Python 100.0%