diff options
author | xuri <xuri.me@gmail.com> | 2022-03-07 00:07:03 +0800 |
---|---|---|
committer | xuri <xuri.me@gmail.com> | 2022-03-07 00:07:03 +0800 |
commit | 61eb265c29685957bcf16b25dba3d389c548dfee (patch) | |
tree | ded1a1dff03edb5759c9b50ba8f5f6996794f3e6 /xmlWorkbook.go | |
parent | 354d1696d8999ea00cb420f633a9abaae67228b6 (diff) |
This closes #1171, improve the compatibility and added new formula function
ref #65, added new formula function: FINV
Diffstat (limited to 'xmlWorkbook.go')
-rw-r--r-- | xmlWorkbook.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xmlWorkbook.go b/xmlWorkbook.go index e344dbf..a500a34 100644 --- a/xmlWorkbook.go +++ b/xmlWorkbook.go @@ -39,10 +39,10 @@ type xlsxWorkbook struct { Conformance string `xml:"conformance,attr,omitempty"` FileVersion *xlsxFileVersion `xml:"fileVersion"` FileSharing *xlsxExtLst `xml:"fileSharing"` - AlternateContent *xlsxAlternateContent `xml:"mc:AlternateContent"` - DecodeAlternateContent *xlsxInnerXML `xml:"http://schemas.openxmlformats.org/markup-compatibility/2006 AlternateContent"` WorkbookPr *xlsxWorkbookPr `xml:"workbookPr"` WorkbookProtection *xlsxWorkbookProtection `xml:"workbookProtection"` + AlternateContent *xlsxAlternateContent `xml:"mc:AlternateContent"` + DecodeAlternateContent *xlsxInnerXML `xml:"http://schemas.openxmlformats.org/markup-compatibility/2006 AlternateContent"` BookViews *xlsxBookViews `xml:"bookViews"` Sheets xlsxSheets `xml:"sheets"` FunctionGroups *xlsxExtLst `xml:"functionGroups"` |