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: about 1 month 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-10-06T11:21:47.000Z (9 months ago)
- Last Synced: 2025-10-10T21:32:46.706Z (9 months ago)
- Topics: excel, excelautomation, python, streamlit, streamlit-application, vlookup
- Language: Python
- Homepage: https://compare-sheets.streamlit.app
- Size: 52.7 KB
- 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
```