Update appStore/excel_convert.py
Browse files
appStore/excel_convert.py
CHANGED
@@ -48,7 +48,7 @@ def to_excel():
|
|
48 |
build_sheet(policy_hits[['text','page','keep','MitigationLabel','AdaptationLabel','Sector']],'Policy')
|
49 |
if 'plan_hits' in st.session_state:
|
50 |
plan_hits = st.session_state['plan_hits']
|
51 |
-
build_sheet(
|
52 |
|
53 |
workbook = writer.book
|
54 |
writer.close()
|
|
|
48 |
build_sheet(policy_hits[['text','page','keep','MitigationLabel','AdaptationLabel','Sector']],'Policy')
|
49 |
if 'plan_hits' in st.session_state:
|
50 |
plan_hits = st.session_state['plan_hits']
|
51 |
+
build_sheet(plan_hits[['text','page','keep','MitigationLabel','AdaptationLabel','Sector']],'Plans')
|
52 |
|
53 |
workbook = writer.book
|
54 |
writer.close()
|