This commit is contained in:
aozhiwei 2020-11-09 11:37:44 +08:00
parent f5ed67e493
commit 438af757db

View File

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