Skip to content

Commit 5e32306

Browse files
UN-3025 [FEAT] Support for xlsm format in WF and pipeline runs (#1679)
UN-3025-feat: Support for xlsm format in WF and pipeline runs Co-authored-by: Deepak K <[email protected]>
1 parent 4631304 commit 5e32306

File tree

1 file changed

+1
-0
lines changed
  • backend/workflow_manager/endpoint_v2

1 file changed

+1
-0
lines changed

backend/workflow_manager/endpoint_v2/enums.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ class AllowedFileTypes(Enum):
1919
DOC = "application/msword"
2020
XLSX = "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"
2121
XLS = "application/vnd.ms-excel"
22+
XLSM = "application/vnd.ms-excel.sheet.macroenabled.12"
2223
PPTX = "application/vnd.openxmlformats-officedocument.presentationml.presentation"
2324
PPT = "application/vnd.ms-powerpoint"
2425
ODT = "application/vnd.oasis.opendocument.text"

0 commit comments

Comments
 (0)