Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 511 Bytes

File metadata and controls

31 lines (19 loc) · 511 Bytes

Introduction

A tool that can batch convert Excel tables to SVG. Supports setting the style of the converted tables.

Getting Started

Prerequisites

  • Install dependencies
pip install -r requirements.txt
  • Start service
python app.py

Usage

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')

Screenshots

screenshot