{"id":14970847,"url":"https://github.com/tk42/streamlit-excel-table","last_synced_at":"2025-06-25T06:36:39.735Z","repository":{"id":58311138,"uuid":"529440757","full_name":"tk42/streamlit-excel-table","owner":"tk42","description":"Streamlit component like Microsoft Excel","archived":false,"fork":false,"pushed_at":"2022-09-07T03:01:38.000Z","size":2383,"stargazers_count":17,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-09-28T13:41:20.522Z","etag":null,"topics":["component","grid","streamlit","streamlit-component","table"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/streamlit-excel-table/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tk42.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-08-27T00:31:12.000Z","updated_at":"2024-08-22T04:20:13.000Z","dependencies_parsed_at":"2022-09-01T15:01:51.596Z","dependency_job_id":null,"html_url":"https://github.com/tk42/streamlit-excel-table","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tk42%2Fstreamlit-excel-table","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tk42%2Fstreamlit-excel-table/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tk42%2Fstreamlit-excel-table/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tk42%2Fstreamlit-excel-table/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tk42","download_url":"https://codeload.github.com/tk42/streamlit-excel-table/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219862885,"owners_count":16555951,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["component","grid","streamlit","streamlit-component","table"],"created_at":"2024-09-24T13:44:14.114Z","updated_at":"2024-10-11T04:42:10.664Z","avatar_url":"https://github.com/tk42.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Streamlit-Excel-Table\n\nThis Streamlit component is a wrapper component of [@tk42/react-awesome-table](https://github.com/tk42/react-awesome-table).\n\n```react-awesome-table``` is a great table module like Microsoft Excel for web frontend. More information in [Kazunori-Kimura/react-awesome-table](https://github.com/Kazunori-Kimura/react-awesome-table) (Thanks!)\n\n## Install\n```\npip install streamlit-excel-table\n```\n\n## Overview\n\nStreamlit-Excel-Table is a Streamlit component like Microsoft Excel.\n\n```python\nimport streamlit as st\nfrom st_excel_table import Table\n\nst.title(\"Streamlit-Excel-Table\")\n\ndata = [\n    {\"id\": \"hoge\", \"x\": 5.77, \"y\": 8.85, \"color\": \"red\"},\n    {\"id\": \"hogedb\", \"x\": 15.77, \"y\": 18.85, \"color\": \"red\"},\n    {\"id\": \"hogeba\", \"x\": 25.77, \"y\": 28.85, \"color\": \"red\"},\n    {\"id\": \"hogeas\", \"x\": 35.77, \"y\": 38.85, \"color\": \"red\"},\n]\n\nTable(data, columns)\n```\n\n![sample](./sample.png)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftk42%2Fstreamlit-excel-table","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftk42%2Fstreamlit-excel-table","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftk42%2Fstreamlit-excel-table/lists"}