From 6bf1c5204976ed728b2ffa62859381f8e44fba10 Mon Sep 17 00:00:00 2001 From: Christos Zoulas Date: Mon, 23 Nov 2015 21:20:50 +0000 Subject: [PATCH] PR/498: Add Workbook for Excel --- src/readcdf.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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", }, -- 2.40.0