Skip to content

Xza85hrf/Excel-Tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Excel Tools

A collection of Python utilities for working with Excel files.

Tools Included

1. Excel File Verifier (/verifier)

Validates Excel files for data integrity and format compliance.

2. Excel Data Generator (/data-generator)

Generates random client/test data and saves to Excel using Faker and pandas.

3. Excel Comparison App (/comparison)

Compares two Excel files and generates a report highlighting differences. Useful for database updates and identifying new entries.

Requirements

pip install pandas openpyxl faker tkinter

Usage

Each tool has its own directory with a standalone GUI application:

# Run verifier
python verifier/main.py

# Run data generator
python data-generator/main.py

# Run comparison tool
python comparison/main.py

License

MIT License

About

Collection of Excel utilities: file verification, data generation, and comparison tools

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages