summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCédric Bosdonnat <cedricbosdo@openoffice.org>2010-06-17 18:56:15 +0200
committerThorsten Behrens <tbehrens@novell.com>2010-06-17 22:21:25 +0200
commitfa2522400eeb4039770a5a54b10c1db7d06ed711 (patch)
treee30480ea5749ffa962da99a7dee86170aae19018
parentf25f5b61821b14055d237e49e213725340214ade (diff)
Added workbook part in OPC
-rw-r--r--examples/ooxml-strict/opc.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/ooxml-strict/opc.py b/examples/ooxml-strict/opc.py
index d80fc54..981a2b7 100644
--- a/examples/ooxml-strict/opc.py
+++ b/examples/ooxml-strict/opc.py
@@ -152,6 +152,10 @@ xml_type_map = [
("application/vnd.openxmlformats-officedocument.spreadsheetml.volatileDependencies+xml",
"http://schemas.openxmlformats.org/spreadsheetml/2006/main",
"http://schemas.openxmlformats.org/officeDocument/2006/relationships/volatileDependencies"),
+
+ ("application/vnd.openxmlformats-officedocument.spreadsheetml.sheet.main+xml",
+ "http://schemas.openxmlformats.org/spreadsheetml/2006/main",
+ "http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument"),
("application/vnd.openxmlformats-officedocument.spreadsheetml.worksheet+xml",
"http://schemas.openxmlformats.org/spreadsheetml/2006/main",