Add a LF for excel 2003

This commit is contained in:
Nathan Gray 2011-03-10 16:50:40 +00:00
parent 1a210d13be
commit 22b4e56958

View File

@ -664,6 +664,9 @@ abstract class bo_merge
case 'application/vnd.oasis.opendocument.spreadsheet':
$LF ='<text:line-break/>';
break;
case 'application/xmlExcel.Sheet': // Excel 2003
$LF = '&#10;';
break;
case 'application/vnd.openxmlformats-officedocument.wordprocessingml.document':
case 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet':
$LF ='</w:r></w:p><w:r><w:t>';