Skip to content

Convert the Excel table to the specified style SVG

Notifications You must be signed in to change notification settings

AmintaCCCP/excel2svg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Convert the Excel table to the specified style SVG

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published