| 2512 | | 'doc|docx' => 'application/msword', |
| 2513 | | 'pot|pps|ppt|pptx|ppam|pptm|sldm|ppsm|potm' => 'application/vnd.ms-powerpoint', |
| 2514 | | 'wri' => 'application/vnd.ms-write', |
| 2515 | | 'xla|xls|xlsx|xlt|xlw|xlam|xlsb|xlsm|xltm' => 'application/vnd.ms-excel', |
| 2516 | | 'mdb' => 'application/vnd.ms-access', |
| 2517 | | 'mpp' => 'application/vnd.ms-project', |
| 2518 | | 'docm|dotm' => 'application/vnd.ms-word', |
| 2519 | | 'pptx|sldx|ppsx|potx' => 'application/vnd.openxmlformats-officedocument.presentationml', |
| 2520 | | 'xlsx|xltx' => 'application/vnd.openxmlformats-officedocument.spreadsheetml', |
| 2521 | | 'docx|dotx' => 'application/vnd.openxmlformats-officedocument.wordprocessingml', |
| 2522 | | 'onetoc|onetoc2|onetmp|onepkg' => 'application/onenote', |
| | 2523 | // msoffice formats |
| | 2524 | 'doc' => 'application/msword', |
| | 2525 | 'pot|pps|ppt|ppam|pptm|sldm|ppsm|potm' => 'application/vnd.ms-powerpoint', |
| | 2526 | 'wri' => 'application/vnd.ms-write', |
| | 2527 | 'xla|xls|xlt|xlw' => 'application/vnd.ms-excel', |
| | 2528 | 'mdb' => 'application/vnd.ms-access', |
| | 2529 | 'mpp' => 'application/vnd.ms-project', |
| | 2530 | 'docx' => 'application/vnd.openxmlformats-officedocument.wordprocessingml.document', |
| | 2531 | 'docm' => 'application/vnd.ms-word.document.macroEnabled.12', |
| | 2532 | 'dotx' => 'application/vnd.openxmlformats-officedocument.wordprocessingml.template', |
| | 2533 | 'dotm' => 'application/vnd.ms-word.template.macroEnabled.12', |
| | 2534 | 'xlsx' => 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet', |
| | 2535 | 'xlsm' => 'application/vnd.ms-excel.sheet.macroEnabled.12', |
| | 2536 | 'xltx' => 'application/vnd.openxmlformats-officedocument.spreadsheetml.template', |
| | 2537 | 'xltm' => 'application/vnd.ms-excel.template.macroEnabled.12', |
| | 2538 | 'xlsb' => 'application/vnd.ms-excel.sheet.binary.macroEnabled.12', |
| | 2539 | 'xlam' => 'application/vnd.ms-excel.addin.macroEnabled.12', |
| | 2540 | 'pptx' => 'application/vnd.openxmlformats-officedocument.presentationml.presentation', |
| | 2541 | 'pptm' => 'application/vnd.ms-powerpoint.presentation.macroEnabled.12', |
| | 2542 | 'ppsx' => 'application/vnd.openxmlformats-officedocument.presentationml.slideshow', |
| | 2543 | 'ppsm' => 'application/vnd.ms-powerpoint.slideshow.macroEnabled.12', |
| | 2544 | 'potx' => 'application/vnd.openxmlformats-officedocument.presentationml.template', |
| | 2545 | 'potm' => 'application/vnd.ms-powerpoint.template.macroEnabled.12', |
| | 2546 | 'ppam' => 'application/vnd.ms-powerpoint.addin.macroEnabled.12', |
| | 2547 | 'sldx' => 'application/vnd.openxmlformats-officedocument.presentationml.slide', |
| | 2548 | 'sldm' => 'application/vnd.ms-powerpoint.slide.macroEnabled.12', |
| | 2549 | 'onetoc|onetoc2|onetmp|onepkg' => 'application/onenote', |