From: Christos Zoulas Date: Mon, 23 Nov 2015 21:20:50 +0000 (+0000) Subject: PR/498: Add Workbook for Excel X-Git-Tag: FILE5_26~67 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6bf1c5204976ed728b2ffa62859381f8e44fba10;p=file PR/498: Add Workbook for Excel --- diff --git a/src/readcdf.c b/src/readcdf.c index fc8ff926..663aeeba 100644 --- a/src/readcdf.c +++ b/src/readcdf.c @@ -26,7 +26,7 @@ #include "file.h" #ifndef lint -FILE_RCSID("@(#)$File: readcdf.c,v 1.52 2015/02/27 21:16:38 christos Exp $") +FILE_RCSID("@(#)$File: readcdf.c,v 1.53 2015/04/09 20:01:41 christos Exp $") #endif #include @@ -60,6 +60,7 @@ static const struct nv { { "Windows Installer", "vnd.ms-msi", }, { NULL, NULL, }, }, name2mime[] = { + { "Workbook", "vnd.ms-excel", }, { "WordDocument", "msword", }, { "PowerPoint", "vnd.ms-powerpoint", }, { "DigitalSignature", "vnd.ms-msi", },