From 22b4e56958580c308a014f3fdac24c5435439a0f Mon Sep 17 00:00:00 2001 From: Nathan Gray Date: Thu, 10 Mar 2011 16:50:40 +0000 Subject: [PATCH] Add a LF for excel 2003 --- etemplate/inc/class.bo_merge.inc.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/etemplate/inc/class.bo_merge.inc.php b/etemplate/inc/class.bo_merge.inc.php index 90c9d059e0..e3934d253c 100644 --- a/etemplate/inc/class.bo_merge.inc.php +++ b/etemplate/inc/class.bo_merge.inc.php @@ -664,6 +664,9 @@ abstract class bo_merge case 'application/vnd.oasis.opendocument.spreadsheet': $LF =''; break; + case 'application/xmlExcel.Sheet': // Excel 2003 + $LF = ' '; + break; case 'application/vnd.openxmlformats-officedocument.wordprocessingml.document': case 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet': $LF ='';