Skip to content
/ CSVIFY Public

A web-based tool to convert xlsx file to csv. Built using python and starlette.

Notifications You must be signed in to change notification settings

htajmi/CSVIFY

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSVIFY

Overview

CSVIFY is a web-based tool to convert excel file to csv.

img

Deployment

TO run the tool, cd to CSVIFY directory and install the dependencies with

poetry install

run

poetry run python csvify.py

If you do not have poetry installed you can follow:

https://python-poetry.org/docs/#installation

Alternatively, you can build and run a docker image:

docker build -t csvify-image .

docker run -p 7070:7070 csvify-image

Open a browser and navigate to

localhost:7070

About

A web-based tool to convert xlsx file to csv. Built using python and starlette.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published