Skip to content

Commit

Permalink
Add xlsm extension to mime detector (#252)
Browse files Browse the repository at this point in the history
  • Loading branch information
tooolbox committed May 25, 2022
1 parent b3e25cb commit 24b9d38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runner/file.go
Expand Up @@ -646,7 +646,7 @@ func GetMimeType(fileName string, ct ContentTypeInfo) MimeType {
return JSONLinesMimeType
case ".cjson":
return JSONConcatMimeType
case ".xls", ".xlsx":
case ".xls", ".xlsx", ".xlsm":
return ExcelMimeType
case ".ods":
return OpenOfficeSheetMimeType
Expand Down

0 comments on commit 24b9d38

Please sign in to comment.