Support for Excel files (#1319)
This commit is contained in:
@@ -40,6 +40,7 @@ class IndirectDataType(Enum):
|
||||
SLACK = "slack"
|
||||
DROPBOX = "dropbox"
|
||||
TEXT_FILE = "text_file"
|
||||
EXCEL_FILE = "excel_file"
|
||||
|
||||
|
||||
class SpecialDataType(Enum):
|
||||
@@ -79,3 +80,4 @@ class DataType(Enum):
|
||||
SLACK = IndirectDataType.SLACK.value
|
||||
DROPBOX = IndirectDataType.DROPBOX.value
|
||||
TEXT_FILE = IndirectDataType.TEXT_FILE.value
|
||||
EXCEL_FILE = IndirectDataType.EXCEL_FILE.value
|
||||
|
||||
Reference in New Issue
Block a user