diff --git a/tools/parsexlsx.py b/tools/parsexlsx.py index 5b4f8aa..070ac11 100644 --- a/tools/parsexlsx.py +++ b/tools/parsexlsx.py @@ -374,8 +374,8 @@ def run(path): parse = Parse(read(path)) res = parse.collect() resjson = json.dumps(res, indent=4, ensure_ascii=False) - with open('t.json', 'w') as f: - f.write(resjson) + # with open('t.json', 'w') as f: + # f.write(resjson) return resjson