Skip to content

This is a streamit web app. Convert html elements to table for sheet application, like Excel or WPS.

Notifications You must be signed in to change notification settings

wffger/streamlit-html2table

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

streamlit-html2table

This is a Streamlit web app, which can convert html text or raw text to table for sheet application, like Excel or WPS.

Start

git clone git@github.com:wffger/streamlit-html2table.git
cd streamlit-html2table
py -m venv venv
source venv/bin/acticate

py -m pip install -r requirements.txt


streamlit run main2.py
# or
streamlit run main.py

Rules

There are 3 rules for conversion:

  1. one line one element
  2. <ul>
  3. <div>

View

screenshot-rule-one

About

This is a streamit web app. Convert html elements to table for sheet application, like Excel or WPS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages