diff options
author | xuri <xuri.me@gmail.com> | 2022-04-06 00:03:22 +0800 |
---|---|---|
committer | xuri <xuri.me@gmail.com> | 2022-04-06 00:03:22 +0800 |
commit | 5bf4bce9d41b2f8cd9d24e0d57a0d6868ef9433d (patch) | |
tree | 2e74a8018a17641889da62eab619057568e423b4 /xmlWorkbook.go | |
parent | 26174a2c43755dff794a5d2f48a0d5bdf38e5b1b (diff) |
ref #65, #1196: fix the compatibility issue and added new formula function
- New formula functions: MODE and T.TEST
Diffstat (limited to 'xmlWorkbook.go')
-rw-r--r-- | xmlWorkbook.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlWorkbook.go b/xmlWorkbook.go index a500a34..a0fce15 100644 --- a/xmlWorkbook.go +++ b/xmlWorkbook.go @@ -40,9 +40,9 @@ type xlsxWorkbook struct { FileVersion *xlsxFileVersion `xml:"fileVersion"` FileSharing *xlsxExtLst `xml:"fileSharing"` WorkbookPr *xlsxWorkbookPr `xml:"workbookPr"` - WorkbookProtection *xlsxWorkbookProtection `xml:"workbookProtection"` AlternateContent *xlsxAlternateContent `xml:"mc:AlternateContent"` DecodeAlternateContent *xlsxInnerXML `xml:"http://schemas.openxmlformats.org/markup-compatibility/2006 AlternateContent"` + WorkbookProtection *xlsxWorkbookProtection `xml:"workbookProtection"` BookViews *xlsxBookViews `xml:"bookViews"` Sheets xlsxSheets `xml:"sheets"` FunctionGroups *xlsxExtLst `xml:"functionGroups"` |