https://issues.apache.org/bugzilla/show_bug.cgi?id=47559





--- Comment #12 from Leif Nelson <[email protected]>  2009-07-23 10:08:23 PST ---
Here is a simpler "fix" for files to make them openable in Excel 2008 SP2

1)  Add this line to _rels/.rels
  <Relationship Id="rId3"
Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/extended-properties";
Target="/docProps/app.xml"/>

2) Add this line to [Content_Types].xml
  <Override PartName="/docProps/app.xml"
ContentType="application/vnd.openxmlformats-officedocument.extended-properties+xml"/>


3)  Add this file:  docProps/app.xml with contents:
<?xml version="1.0" encoding="UTF-8"?>
<Properties
xmlns="http://schemas.openxmlformats.org/officeDocument/2006/extended-properties";
xmlns:vt="http://schemas.openxmlformats.org/officeDocument/2006/docPro
psVTypes">
  <Application>Microsoft Excel</Application>
</Properties>

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to