Skip to content

xulong3370/ExcelDiffer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ExcelDiffer

ExcelDiffer based on Python and LCS algorithm

require pyQt4 py2exe xlrd
基于python2.7 实现的 excel differ
UI 使用到了pyQt4
读写excel 使用到了 xlrd
打包使用 py2exe

算法基于LCS最长公共子序列,分别拼接行、列单独进行LCS算法遍历
寻找最优路径解决断层引发的bug
最后行列还原数组获得最终结果

About

ExcelDiffer based on Python and LCS algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages