summaryrefslogtreecommitdiff
path: root/xmlWorkbook.go
diff options
context:
space:
mode:
authorxuri <xuri.me@gmail.com>2022-04-06 00:03:22 +0800
committerxuri <xuri.me@gmail.com>2022-04-06 00:03:22 +0800
commit5bf4bce9d41b2f8cd9d24e0d57a0d6868ef9433d (patch)
tree2e74a8018a17641889da62eab619057568e423b4 /xmlWorkbook.go
parent26174a2c43755dff794a5d2f48a0d5bdf38e5b1b (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.go2
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"`