Office Open XML file formats: Difference between revisions

Content deleted Content added
Corrected the based year (from 1899 to 1900) and added a reference for the two date systems used by Excel.
Updated citation; fixed deprecated image syntax
Line 4:
{{Infobox file format
| name = Office Open XML Document
| icon = [[Image:X-office-document.svg]]
| logo =
| screenshot =
Line 26:
{{Infobox file format
| name = Office Open XML Presentation
| icon = [[Image:X-office-presentation.svg]]
| logo =
| screenshot =
Line 48:
{{Infobox file format
| name = Office Open XML Workbook
| icon = [[Image:X-office-spreadsheet.svg]]
| logo =
| screenshot =
Line 200:
=== WordprocessingML (WML) ===
 
Word processing documents use the XML vocabulary known as WordprocessingML normatively defined by the schema <tt>wml.xsd</tt> which accompanies the standard. This vocabulary is defined in clause 11 of Part 1.<ref name="ISO/IEC 29500-1:20082016">{{ cite web | url=http://standards.iso.org/ittf/PubliclyAvailableStandards/c051463_ISOIEC_29500c071691_ISO_IEC_29500-1_2008(E)1_2016.zip | title=ISO/IEC 29500-1:20082016 | date=20082016-0911-01 | publisher=ISO and IEC}}</ref>
 
=== SpreadsheetML (SML) ===
 
Spreadsheet documents use the XML vocabulary known as SpreadsheetML normatively defined by the schema <tt>sml.xsd</tt> which accompanies the standard. This vocabulary is described in clause 12 of Part 1.<ref name="ISO/IEC 29500-1:20082016"/>
 
Each worksheet in a spreadsheet is represented by an XML document with a root element named {{tag|worksheet}} in the {{LinkBlue|<nowiki>http://schemas.openxmlformats.org/spreadsheetml/2006/main</nowiki>}} Namespace.