From 9ed5d76500f86c79b5f56d296d33071794a640bd Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Sat, 9 May 2020 15:50:36 +0800 Subject: [PATCH] 1 --- ext_data/excel2php.py | 2 ++ 1 file changed, 2 insertions(+) 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():