1
This commit is contained in:
parent
dda0302ad3
commit
9ed5d76500
@ -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():
|
||||
|
Loading…
x
Reference in New Issue
Block a user