/cvs2xml

Primary LanguagePython

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