python进⾏两个表格对⽐的⽅法
如下所⽰:
# -*- coding:utf-8 -*-
import xlrd
import sys
import re
import json
dict1={}
dict2={}
mylist=[u'系统运维管理',u'安全管理机构',u'安全管理制度',u'⼈员安全管理',u'⽹络安全',u'物理安全',u'⽹络安全',u'主机安全',u'应⽤安全',u"⽹络安全",u"主机安全",u"主机安全",u'系统建设管理'] def check():
data=xlrd.open_workbook('test.xls')
for i in range(0,13):
print u"第%s个表格"%(i+1)
print mylist[i]
print "-"*60
try:
table=data.sheets()[i]
except IndexError,e:
break
ws
count=1
if i<5:
m=10
else:
m=16
for j in range(m,nrows):
cell_ll(j,2).value
#print cell_1,
cell_ll(j,3).value
nu=re.split(r'\)',cell_2)
num=re.split(r'\)',nu[0])
if num is not None:
#print num[0],
pass
else:
print u"没有标记序号"
try:
if j<nrows:
ll(j,2).value==ll(j+1,2).value:
count+=1
else:
print u"检查项【%s】共有【%s】项"%(ll(j,2).value,count)
key=mylist[i]+ll(j,2).value
dict1[key]=count
count=1
else:
count+=1
print u"检查项【%s】共有【%s】项"%(ll(j,2).value,count)
key=mylist[i]+ll(j,2).value
dict1[key]=count
except IndexError,e:
#count+=1
print u"检查项【%s】共有【%s】项"%(ll(j,2).value,count)
key=mylist[i]+ll(j,2).value
dict1[key]=count
print "-"*60
print json.dumps(dict1, encoding='UTF-8', ensure_ascii=False)
print u"完成excel表格读取-Thanks"
def ASGcheck(filename):
json检查data=xlrd.open_workbook(filename)
table=data.sheets()[0]
print "-"*60
ws
count=1
for j in range(1,nrows):
cell_ll(j,2).value
#print cell_1,
cell_ll(j,3).value
nu=re.split(r'\)',cell_2)
num=re.split(r'\)',nu[0])
if num is not None:
#print num[0],
pass
else:
print u"没有标记序号"
try:
if j<nrows:
ll(j,3).value==ll(j+1,3).value:
count+=1
else:
print u"安全层⾯【%s】检查项【%s】共有【%s】项"%(ll(j,2).ll(j,3).value,count)
ll(j,2).ll(j,3).value
dict2[key]=count
count=1
else:
count+=1
print u"安全层⾯【%s】检查项【%s】共有【%s】项"%(ll(j,2).ll(j,3).value,count)
ll(j,2).ll(j,3).value
dict2[key]=count
except IndexError,e:
#count+=1
print u"安全层⾯【%s】检查项【%s】共有【%s】项"%(ll(j,2).ll(j,3).value,count)
ll(j,2).ll(j,3).value
dict2[key]=count
#print json.dumps(dict2, encoding='UTF-8', ensure_ascii=False)
print "-"*60
def standard():
choiceA=raw_input(u"请输⼊A的等级:A2,A3,A4")
choiceS=raw_input(u"请输⼊S的等级:S2,S3,S4")
choiceG=raw_input(u"请输⼊G的等级:G2,G3,G4")
Aname=str(choiceA)+".xlsx"
Sname=str(choiceS)+".xlsx"
Gname=str(choiceG)+".xlsx"
check()
def compare():
print "*"*60
for key in dict2:
try:
if dict2[key]!=dict1[key]:
print u"存在异常项"
print u"从程序中导出的检查项【%s】共有%s项"%(key,json.dumps(dict1[key], encoding='UTF-8', ensure_ascii=False))
print u"从分⽀查询的检查项【%s】共有%s项"%(key,json.dumps(dict2[key], encoding='UTF-8', ensure_ascii=False))
else:
pass
except KeyError,e:
print u"分⽀中的检查项【%s】共有%s项"%(key,json.dumps(dict2[key], encoding='UTF-8', ensure_ascii=False)),
print u"程序中没有查询到该项"
#⽐较分⽀结果和程序导出的结果
ASGcheck(Aname)
compare()
ASGcheck(Sname)
compare()
ASGcheck(Gname)
compare()
standard()
#ASGcheck('S3.xlsx')
以上这篇python进⾏两个表格对⽐的⽅法就是⼩编分享给⼤家的全部内容了,希望能给⼤家⼀个参考,也希望⼤家多多⽀持。
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。
发表评论