From 5bf4bce9d41b2f8cd9d24e0d57a0d6868ef9433d Mon Sep 17 00:00:00 2001 From: xuri Date: Wed, 6 Apr 2022 00:03:22 +0800 Subject: ref #65, #1196: fix the compatibility issue and added new formula function - New formula functions: MODE and T.TEST --- xmlWorkbook.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmlWorkbook.go') 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"` -- cgit v1.2.1