This commit is contained in:
aozhiwei 2020-05-09 15:50:36 +08:00
parent dda0302ad3
commit 9ed5d76500

View File

@ -55,6 +55,8 @@ def convertSheet(sourceFile, sheet):
csvfile.close()
def convert(sourceFile):
if sourceFile == 'PlatformIds.xlsx':
return
print(sourceFile)
excl = xlrd.open_workbook(sourceFile)
for sheet in excl.sheets():