https://github.com/honlan/xls-compare
python application for comparing xls files
https://github.com/honlan/xls-compare
Last synced: 9 months ago
JSON representation
python application for comparing xls files
- Host: GitHub
- URL: https://github.com/honlan/xls-compare
- Owner: Honlan
- Created: 2015-07-09T03:10:49.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-07-16T15:13:27.000Z (over 10 years ago)
- Last Synced: 2025-03-25T22:35:08.110Z (10 months ago)
- Language: Python
- Size: 172 KB
- Stars: 6
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# xls-compare
为了便于妹子处理Excel而写的Python程序,主要有两个功能:
1. 处理考勤文件;
2. 对比两个xlsx表格
界面使用PyQt4构建,开发环境为mac os,开发完毕后使用PyInstaller
打包。
example文件夹为一些使用pyqt4的例子,My_dear.py即为项目代码。