forked from extern/egroupware
Add a LF for excel 2003
This commit is contained in:
parent
1a210d13be
commit
22b4e56958
@ -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 = ' ';
|
||||
break;
|
||||
case 'application/vnd.openxmlformats-officedocument.wordprocessingml.document':
|
||||
case 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet':
|
||||
$LF ='</w:r></w:p><w:r><w:t>';
|
||||
|
Loading…
Reference in New Issue
Block a user