mirror of
https://github.com/sartography/cr-connect-workflow.git
synced 2025-02-22 20:58:28 +00:00
Another test spreadsheet
This commit is contained in:
parent
deebc49a82
commit
c153c5e344
@ -35,7 +35,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', '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', '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', 'large_test_spreadsheet.xlsx')
|
||||||
|
ss_file_path = os.path.join(app.root_path, 'static', 'DMN_Upload_CRC_Orgs.xlsx')
|
||||||
df = pd.read_excel(ss_file_path, header=None)
|
df = pd.read_excel(ss_file_path, header=None)
|
||||||
|
|
||||||
root = etree.Element("definitions",
|
root = etree.Element("definitions",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user