Skip to main content

Streamlit component implementation of react-awesome-table

Project description

Streamlit-Excel-Table

This Streamlit component is a wrapper component of @tk42/react-awesome-table.

react-awesome-table is a great table module like Microsoft Excel for web frontend. More information in Kazunori-Kimura/react-awesome-table (Thanks!)

Install

pip install streamlit-excel-table

Overview

Streamlit-Excel-Table is a Streamlit component like Microsoft Excel.

import streamlit as st
from st_excel_table import Table

st.title("Streamlit-Excel-Table")

data = [
    {"id": "hoge", "x": 5.77, "y": 8.85, "color": "red"},
    {"id": "hogedb", "x": 15.77, "y": 18.85, "color": "red"},
    {"id": "hogeba", "x": 25.77, "y": 28.85, "color": "red"},
    {"id": "hogeas", "x": 35.77, "y": 38.85, "color": "red"},
]

Table(data, columns)

sample

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

streamlit-excel-table-0.2.3.tar.gz (797.2 kB view hashes)

Uploaded Source

Built Distribution

streamlit_excel_table-0.2.3-py3-none-any.whl (805.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page