Skip to content

Commit

Permalink
Remove needless extension
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jun 13, 2019
1 parent 4733fc9 commit ee8b176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/chupa-text/decomposers/spreadsheet.rb
Expand Up @@ -9,7 +9,7 @@ class Spreadsheet < Decomposer

registry.register("spreadsheet", self)

TARGET_EXTENSIONS = ["ods", "xls", "xlsx", "xlsm", "xml"]
TARGET_EXTENSIONS = ["ods", "xls", "xlsx", "xlsm"]

TARGET_MIME_TYPES = [
"application/vnd.oasis.opendocument.spreadsheet",
Expand Down

0 comments on commit ee8b176

Please sign in to comment.