Difference between revisions of "OpenXML"

From Apache OpenOffice Wiki
Redirect page
Jump to: navigation, search
m (added another ECMA page)
 
Line 1: Line 1:
[[OpenXML]] is the Microsoft Office 2007 XML based file format that has been published as [http://www.ecma-international.org/publications/standards/Ecma-376.htm ECMA-376].
+
#REDIRECT [[Office Open XML]]
 
+
There are plans to support this file format in OpenOffice.org for interoperate with Microsoft Office 2007
+
 
+
There are 3 major types of files
+
 
+
* [[DOCX]] - Word processor
+
* [[XLSX]] - Spreadsheet
+
* [[PPTX]] - Presentation
+
 
+
There is some code in the oox module ([[OOX]]) from the [[Xml]] project. The [[CWS]] is xmlfilter02 in SRC680. ([http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fxmlfilter02 view the workspace on EIS])
+
 
+
To fetch the oox code from CVS (using CVS_ROOT is set properly):
+
 
+
cvs co -r cws_src680_xmlfilter02 -d oox xml/oox
+
 
+
<h2>Implementation Generalities</h2>
+
 
+
The whole [[OOX]] filter makes use of the new [[FastParser]] service to implement an event driven [[SAX]] parser.
+
 
+
<h2>Various Resources</h2>
+
 
+
* http://blogs.sun.com/GullFOSS/entry/office_open_xml_import_filter
+
* [http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fxmlfilter02 CWS on EIS]
+
* [http://www.ecma-international.org/publications/standards/Ecma-376.htm ECMA published standard]
+
* [http://www.ecma-international.org/news/TC45_current_work/TC45_available_docs.htm Ecma Office Open XML File Formats Standard]
+
 
+
[[Category:OpenXML]]
+

Latest revision as of 18:36, 6 March 2007

Personal tools