@@ -35,27 +35,29 @@ type xlsxRelationship struct {
3535// content of the workbook. The workbook's child elements each have their own
3636// subclause references.
3737type xlsxWorkbook struct {
38- XMLName xml.Name `xml:"http://schemas.openxmlformats.org/spreadsheetml/2006/main workbook"`
39- Conformance string `xml:"conformance,attr,omitempty"`
40- FileVersion * xlsxFileVersion `xml:"fileVersion"`
41- FileSharing * xlsxExtLst `xml:"fileSharing"`
42- WorkbookPr * xlsxWorkbookPr `xml:"workbookPr"`
43- WorkbookProtection * xlsxWorkbookProtection `xml:"workbookProtection"`
44- BookViews * xlsxBookViews `xml:"bookViews"`
45- Sheets xlsxSheets `xml:"sheets"`
46- FunctionGroups * xlsxExtLst `xml:"functionGroups"`
47- ExternalReferences * xlsxExternalReferences `xml:"externalReferences"`
48- DefinedNames * xlsxDefinedNames `xml:"definedNames"`
49- CalcPr * xlsxCalcPr `xml:"calcPr"`
50- OleSize * xlsxExtLst `xml:"oleSize"`
51- CustomWorkbookViews * xlsxCustomWorkbookViews `xml:"customWorkbookViews"`
52- PivotCaches * xlsxPivotCaches `xml:"pivotCaches"`
53- SmartTagPr * xlsxExtLst `xml:"smartTagPr"`
54- SmartTagTypes * xlsxExtLst `xml:"smartTagTypes"`
55- WebPublishing * xlsxExtLst `xml:"webPublishing"`
56- FileRecoveryPr * xlsxFileRecoveryPr `xml:"fileRecoveryPr"`
57- WebPublishObjects * xlsxExtLst `xml:"webPublishObjects"`
58- ExtLst * xlsxExtLst `xml:"extLst"`
38+ XMLName xml.Name `xml:"http://schemas.openxmlformats.org/spreadsheetml/2006/main workbook"`
39+ Conformance string `xml:"conformance,attr,omitempty"`
40+ FileVersion * xlsxFileVersion `xml:"fileVersion"`
41+ FileSharing * xlsxExtLst `xml:"fileSharing"`
42+ AlternateContent * xlsxAlternateContent `xml:"mc:AlternateContent"`
43+ DecodeAlternateContent * xlsxInnerXML `xml:"http://schemas.openxmlformats.org/markup-compatibility/2006 AlternateContent"`
44+ WorkbookPr * xlsxWorkbookPr `xml:"workbookPr"`
45+ WorkbookProtection * xlsxWorkbookProtection `xml:"workbookProtection"`
46+ BookViews * xlsxBookViews `xml:"bookViews"`
47+ Sheets xlsxSheets `xml:"sheets"`
48+ FunctionGroups * xlsxExtLst `xml:"functionGroups"`
49+ ExternalReferences * xlsxExternalReferences `xml:"externalReferences"`
50+ DefinedNames * xlsxDefinedNames `xml:"definedNames"`
51+ CalcPr * xlsxCalcPr `xml:"calcPr"`
52+ OleSize * xlsxExtLst `xml:"oleSize"`
53+ CustomWorkbookViews * xlsxCustomWorkbookViews `xml:"customWorkbookViews"`
54+ PivotCaches * xlsxPivotCaches `xml:"pivotCaches"`
55+ SmartTagPr * xlsxExtLst `xml:"smartTagPr"`
56+ SmartTagTypes * xlsxExtLst `xml:"smartTagTypes"`
57+ WebPublishing * xlsxExtLst `xml:"webPublishing"`
58+ FileRecoveryPr * xlsxFileRecoveryPr `xml:"fileRecoveryPr"`
59+ WebPublishObjects * xlsxExtLst `xml:"webPublishObjects"`
60+ ExtLst * xlsxExtLst `xml:"extLst"`
5961}
6062
6163// xlsxFileRecoveryPr maps sheet recovery information. This element defines
0 commit comments