https://github.com/rashmindungrani/compare-sheets
A simple and efficient tool to compare two Excel files, highlight differences, and make VLOOKUP operations easy—all powered by Python and Streamlit.
https://github.com/rashmindungrani/compare-sheets
excel excelautomation python streamlit streamlit-application vlookup
Last synced: 7 months ago
JSON representation
A simple and efficient tool to compare two Excel files, highlight differences, and make VLOOKUP operations easy—all powered by Python and Streamlit.
- Host: GitHub
- URL: https://github.com/rashmindungrani/compare-sheets
- Owner: RashminDungrani
- License: mit
- Created: 2025-03-14T16:44:29.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-03-21T16:03:57.000Z (7 months ago)
- Last Synced: 2025-03-21T16:57:19.957Z (7 months ago)
- Topics: excel, excelautomation, python, streamlit, streamlit-application, vlookup
- Language: Python
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Compare Sheets
A simple and efficient tool to compare two Excel files, highlight differences, and make VLOOKUP operations easy—all powered by Python and Streamlit.## Features
- Compare two Excel files and find differences value-wise
- Easy VLOOKUP functionality without complex formulas
- Supports `.xlsx` and `.csv` file formats
- User-friendly Streamlit UI for quick analysis
- Export comparison results for further processing## Installation
Ensure you have Python 3.12+ installed. Then, install the required dependencies:```bash
uv sync
```