https://issues.apache.org/ooo/show_bug.cgi?id=123876
Bug ID: 123876
Issue Type: DEFECT
Summary: Conversion ODS => XLS make wrong column width when is
made in -headless mode
Product: Calc
Version: 4.0.1
Hardware: All
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: save-export
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Created attachment 82132
--> https://issues.apache.org/ooo/attachment.cgi?id=82132&action=edit
this is a test script and all the files needed to reproduce the issue
I observe an erroneous ODS => XLS (MS Excel 97) format conversion:
column sizes are increased for some ODS files.
It only happens when:
1. ODS file contains styles with 'Times New Roman Cyr' or 'Arial Cyr' fonts
(Linux *does* have Microsoft 'Times New Roman' & 'Arial' TTF fonts, but not the
legacy cyrillic fonts with 'Cyr' suffix)
2. Conversion is made in a headless mode (i.e. executed with a command like
'DISPLAY="" soffice -headles ...')
See the attached ZIP file for the sample file.ods test file, test scipt,
Module1.xba and the resulted file.xls which has wrong size of its first column
(4.04", not 3.53").
My test environment is following:
$ uname -a
Linux ... 2.6.32-358.18.1.el6.x86_64 #1 SMP Wed Aug 28 17:19:38 UTC 2013 x86_64
x86_64 x86_64 GNU/Linux
OpenOffice version: Apache OpenOffice 4.0.1, AOO401m5(Build:9714) - Rev.
1524958 2013-09-20 11:54 - Linux x86_64
There were a couple related issues (#50210, #59234) reported earlier, but now I
think I have 100% reproducable behaviour which is tested in OO v.3.1.1, v.3.3,
and v.4.01.
--
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.