1
This commit is contained in:
parent
5c16d377fe
commit
c7e898d267
@ -33,7 +33,7 @@ def convertSheet(sourceFile, sheet):
|
||||
out_file.close()
|
||||
|
||||
def convert(sourceFile):
|
||||
if sourceFile != 'PlatformIds.xlsx':
|
||||
if sourceFile != 'PlatformIds_raw.xlsx':
|
||||
return
|
||||
print(sourceFile)
|
||||
excel = xlrd.open_workbook(sourceFile)
|
||||
|
@ -55,8 +55,8 @@ def convertSheet(sourceFile, sheet):
|
||||
csvfile.close()
|
||||
|
||||
def convert(sourceFile):
|
||||
# if sourceFile == 'PlatformIds.xlsx':
|
||||
# return
|
||||
if sourceFile == 'PlatformIds_raw.xlsx':
|
||||
return
|
||||
print(sourceFile)
|
||||
excl = xlrd.open_workbook(sourceFile)
|
||||
for sheet in excl.sheets():
|
||||
|
Loading…
x
Reference in New Issue
Block a user