A tool that can batch convert Excel tables to SVG. Supports setting the style of the converted tables.
- Install dependencies
pip install -r requirements.txt
- Start service
python app.py
Open with browser: http://localhost:PORT
You can fix the port number in app.py, currently the code uses a random port.
app.run(*debug*=True, *port*=0, *host*='0.0.0.0')