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 4e0491a commit acb4505Copy full SHA for acb4505
app/code/core/Mage/Uploader/Helper/File.php
@@ -616,6 +616,7 @@ class Mage_Uploader_Helper_File extends Mage_Core_Helper_Abstract
616
'xxlc' => 'application/vnd.ms-excel',
617
'xxlm' => 'application/vnd.ms-excel',
618
'xxls' => 'application/vnd.ms-excel',
619
+ 'xxlsx' => 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet',
620
'xxlt' => 'application/vnd.ms-excel',
621
'xxlw' => 'application/vnd.ms-excel',
622
'xxml' => 'application/xml',
0 commit comments