{"id":28904217,"url":"https://github.com/errec/excel-tabs-to-app","last_synced_at":"2025-09-09T18:19:35.245Z","repository":{"id":299145914,"uuid":"1002190497","full_name":"Errec/excel-tabs-to-app","owner":"Errec","description":"Convert excel files with tabs to an web app that insert the tabs into a drop down menu","archived":false,"fork":false,"pushed_at":"2025-06-15T00:09:59.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-15T00:22:30.626Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Errec.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-06-14T23:03:45.000Z","updated_at":"2025-06-15T00:10:03.000Z","dependencies_parsed_at":"2025-06-15T00:22:32.425Z","dependency_job_id":"1316d0f1-0a70-4e87-b5eb-adcace33b798","html_url":"https://github.com/Errec/excel-tabs-to-app","commit_stats":null,"previous_names":["errec/excel-tabs-to-app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Errec/excel-tabs-to-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Errec%2Fexcel-tabs-to-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Errec%2Fexcel-tabs-to-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Errec%2Fexcel-tabs-to-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Errec%2Fexcel-tabs-to-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Errec","download_url":"https://codeload.github.com/Errec/excel-tabs-to-app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Errec%2Fexcel-tabs-to-app/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261123878,"owners_count":23113016,"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":[],"created_at":"2025-06-21T12:30:48.891Z","updated_at":"2025-09-09T18:19:34.781Z","avatar_url":"https://github.com/Errec.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# 📑 Excel Tabs to App\n\nA simple Streamlit app to preview, filter, and export Excel files with multiple sheets — all managed through a clean sidebar dropdown (no bottom tabs like Excel).\n\n---\n\n## 🚀 Features\n\n- Upload `.xlsx` Excel files\n- Select sheets via sidebar dropdown\n- Preview full sheet data with shape info\n- Apply filters dynamically:\n  - 🔢 Numeric columns → Range sliders\n  - 🔤 Text/object columns → Multiselect\n- View filtered data\n- Download filtered data as CSV\n\n---\n\n## 🛠️ Installation\n\n### 1. Clone the repo\n\n```bash\ngit clone git@github.com:Errec/excel-tabs-to-app.git\ncd excel-tabs-to-app\n```\n\n### 2. Create and activate a virtual environment (Recommended)\n\n```bash\npython3 -m venv .venv\nsource .venv/bin/activate\n```\n\n### 3. Install dependencies\n\n```bash\npip install -r requirements.txt\n```\n\n### 4. Run the app\n\n```bash\nstreamlit run app.py\n```\n\n---\n\n## 💻 Usage\n\n1. Upload an Excel file (`.xlsx`).\n2. Choose the sheet using the **sidebar dropdown**.\n3. Apply filters from the sidebar (range sliders or multiselects depending on the column type).\n4. Preview filtered data in the main view.\n5. Download the filtered results as a CSV.\n\n---\n\n## 📂 Folder Structure\n\n```\nexcel-tabs-to-app/\n├── app.py\n├── requirements.txt\n├── README.md\n└── .venv/ (optional, local virtual environment)\n```\n\n---\n\n## 🧠 Requirements\n\n- Python 3.9+\n- Tested on Debian 12, macOS, Ubuntu, and Windows\n\n---\n\n## ⚙️ Dependencies\n\n- [Streamlit](https://streamlit.io/)\n- [Pandas](https://pandas.pydata.org/)\n- [OpenPyXL](https://openpyxl.readthedocs.io/)\n\n---\n\n## 🤝 Contributions\n\nPRs are welcome. Open an issue if you'd like to discuss improvements or features.\n\n---\n\n## 🏷️ License\n\nMIT License — free to use, modify, and distribute.\n\n---\n\n## 🔥 Demo Screenshot\n\n*(Insert screenshot here if desired)*\n\n---\n\nMade with ❤️ by [@Errec](https://github.com/Errec)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferrec%2Fexcel-tabs-to-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ferrec%2Fexcel-tabs-to-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferrec%2Fexcel-tabs-to-app/lists"}