An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# xls-compare

为了便于妹子处理Excel而写的Python程序,主要有两个功能:
1. 处理考勤文件;
2. 对比两个xlsx表格

界面使用PyQt4构建,开发环境为mac os,开发完毕后使用PyInstaller
打包。

example文件夹为一些使用pyqt4的例子,My_dear.py即为项目代码。