PyQt5 CSV and Excel viewer
This is a PyQt application that allows you to view the contents of each CSV and excel file in a specific folder using a QTableWidget.
You can sort and search the data in any excel files or csv files.
- PyQt5 >= 5.14
- pandas
- openpyxl
- git clone ~
- pip install -r requirements.txt
- cd src
- python main.py