diff --git a/ext_data/excel2php.py b/ext_data/excel2php.py index d454555..db0f13e 100644 --- a/ext_data/excel2php.py +++ b/ext_data/excel2php.py @@ -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():