Issue 101134 - Excel Spreadsheet document is empty when opened via UNO
Summary: Excel Spreadsheet document is empty when opened via UNO
Status: UNCONFIRMED
Alias: None
Product: Calc
Classification: Application
Component: ui (show other issues)
Version: OOo 3.0.1
Hardware: PC Linux, all
: P3 Trivial with 3 votes (vote)
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords: needhelp
Depends on:
Blocks:
 
Reported: 2009-04-16 13:25 UTC by holgeruhr
Modified: 2013-12-03 17:23 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments
Example file 1 (676.00 KB, application/vnd.ms-excel)
2009-04-16 13:26 UTC, holgeruhr
no flags Details
Example file 2 (899.00 KB, application/vnd.ms-excel)
2009-04-16 13:27 UTC, holgeruhr
no flags Details

Note You need to log in before you can comment on or make changes to this issue.
Description holgeruhr 2009-04-16 13:25:11 UTC
I have two MS-Excel example documents that show lots of spreadsheet tabs when I
open them by (for example) clicking on the file icon in the file browser.

However, if I start OpenOffice.org as a server process ("soffice
-accept='socket,host=0,tcpNoDelay=1,port=8100;urp'") and upload any of these
files by using an UNO connection, I can see (visually and by calling
"xSpreadsheetDocument.getSheets()") only one spreadsheet in the document, which
contains only one empty cell. In the shell where I started the server processs,
the following lines appear:

Warning: at xsl:stylesheet on line 32 of
file:///usr/lib/ooo3/basis3.0/share/xslt/import/spreadsheetml/spreadsheetml2ooo.xsl:
  Running an XSLT 1.0 stylesheet with an XSLT 2.0 processor
Warning: on line 4470 of
file:///usr/lib/ooo3/basis3.0/share/xslt/import/spreadsheetml/spreadsheetml2ooo.xsl:
  Creating an attribute here will fail if previous instructions create any children
Error
  com.sun.org.apache.xerces.internal.impl.io.MalformedByteSequenceException:
Invalid byte 2
  of 2-byte UTF-8 sequence.

(These lines don't appear when I start OpenOffice.org regularly and open the
files in the file browser.)
Comment 1 holgeruhr 2009-04-16 13:26:27 UTC
Created attachment 61607 [details]
Example file 1
Comment 2 holgeruhr 2009-04-16 13:27:15 UTC
Created attachment 61608 [details]
Example file 2