Skip to content

Commit 24b9d38

Browse files
authored
Add xlsm extension to mime detector (#252)
1 parent b3e25cb commit 24b9d38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runner/file.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,7 @@ func GetMimeType(fileName string, ct ContentTypeInfo) MimeType {
646646
return JSONLinesMimeType
647647
case ".cjson":
648648
return JSONConcatMimeType
649-
case ".xls", ".xlsx":
649+
case ".xls", ".xlsx", ".xlsm":
650650
return ExcelMimeType
651651
case ".ods":
652652
return OpenOfficeSheetMimeType

0 commit comments

Comments
 (0)