diff --git a/lib/mimemagic/tables.rb b/lib/mimemagic/tables.rb index 11da9f6..3bcb399 100644 --- a/lib/mimemagic/tables.rb +++ b/lib/mimemagic/tables.rb @@ -128,8 +128,8 @@ def self.parse_database "application/vnd.openxmlformats-officedocument.wordprocessingml.document", # .docx "application/vnd.ms-powerpoint", # .pps "application/vnd.openxmlformats-officedocument.presentationml.slideshow", # .ppsx - "application/vnd.ms-excel", # .pps - "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet", # .ppsx + "application/vnd.ms-excel", # .xls + "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet", # .xlsx ] common_magics = common_types.map do |common_type|