This app extracts information from an Excel file using Python and pandas.
- Python 3.x
- pandas
- openpyxl
- Place your Excel file (e.g.,
example.xlsx) in the project directory. - Install dependencies:
pip install pandas openpyxl
- Run the app:
python main.py
- The script will print the columns and the first 5 rows of your Excel file.