From 05e7f5e2532fbc28b66c4ba5fe99efaea713f50b Mon Sep 17 00:00:00 2001 From: mike cullerton Date: Wed, 11 Aug 2021 10:06:12 -0400 Subject: [PATCH] Worksheet for Alex --- crc/scripts/dmn_from_spreadsheet.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/crc/scripts/dmn_from_spreadsheet.py b/crc/scripts/dmn_from_spreadsheet.py index b8547faf..265ff57f 100644 --- a/crc/scripts/dmn_from_spreadsheet.py +++ b/crc/scripts/dmn_from_spreadsheet.py @@ -36,7 +36,8 @@ class DMNFromSpreadSheet(Script): # ss_file_path = os.path.join(app.root_path, 'static', 'spreadsheet_to_dmn.xlsx') # ss_file_path = os.path.join(app.root_path, 'static', 'New_test_budget_spreadsheet.xlsx') # ss_file_path = os.path.join(app.root_path, 'static', 'large_test_spreadsheet.xlsx') - ss_file_path = os.path.join(app.root_path, 'static', 'DMN_Upload_CRC_Orgs.xlsx') + # ss_file_path = os.path.join(app.root_path, 'static', 'DMN_Upload_CRC_Orgs.xlsx') + ss_file_path = os.path.join(app.root_path, 'static', 'DMN_Upload_Org_Enums.xlsx') df = pd.read_excel(ss_file_path, header=None) root = etree.Element("definitions",