Difference between revisions of "OpenXML"

From Apache OpenOffice Wiki
Jump to: navigation, search
Line 10: Line 10:
  
 
There is some code in the oox module 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])
 
There is some code in the oox module 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])
 +
 +
<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]
  
 
[[Category:OpenXML]]
 
[[Category:OpenXML]]

Revision as of 15:49, 1 March 2007

OpenXML is the Microsoft Office 2007 XML based file format that has been published as ECMA-376.

There are plans to support this file format in OpenOffice 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 from the Xml project. The CWS is xmlfilter02 in SRC680. (view the workspace on EIS)

Various Resources

Personal tools