An open API service indexing awesome lists of open source software.

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.

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
```