We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3e25cb commit 24b9d38Copy full SHA for 24b9d38
runner/file.go
@@ -646,7 +646,7 @@ func GetMimeType(fileName string, ct ContentTypeInfo) MimeType {
646
return JSONLinesMimeType
647
case ".cjson":
648
return JSONConcatMimeType
649
- case ".xls", ".xlsx":
+ case ".xls", ".xlsx", ".xlsm":
650
return ExcelMimeType
651
case ".ods":
652
return OpenOfficeSheetMimeType
0 commit comments