Skip to content

MQ1995/excel-processor-vibe-coded

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vibe Code Excel Processor

A simple GUI application to process spreadsheet files.

Features

  • Load Excel (.xlsx, .xls) and CSV (.csv) files.
  • Select which columns to keep.
  • Specify the header row.
  • Select the sheet to process from multi-sheet Excel files.
  • Clean the data by removing empty rows based on selected columns.
  • Save the processed data to a new Excel or CSV file.
  • Automatically renames unnamed columns to Excel-style column names (A, B, C...).

How to Run

  1. Make sure you have Python 3 installed.
  2. Install the required dependencies:
    pip install -r requirements.txt
    
  3. Run the application:
    • On Windows, you can simply double-click the run.bat file.
    • Alternatively, you can run from the command line:
      python main.py
      

About

Vibe coded Excel Sheet processor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published