summaryrefslogtreecommitdiff
path: root/xmlWorksheet.go
diff options
context:
space:
mode:
authorxuri <xuri.me@gmail.com>2022-04-05 00:03:46 +0800
committerxuri <xuri.me@gmail.com>2022-04-05 00:03:46 +0800
commit26174a2c43755dff794a5d2f48a0d5bdf38e5b1b (patch)
tree7d714dc12b909d5f6b1454e2d9aeb8ad20eb6839 /xmlWorksheet.go
parentecbc6e2fde1941cb5ac9e5f3bfce329e7bfa8825 (diff)
This closes #1196, fix the compatibility issue and added new formula function
ref #65, new formula functions: TINV and TTEST
Diffstat (limited to 'xmlWorksheet.go')
-rw-r--r--xmlWorksheet.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlWorksheet.go b/xmlWorksheet.go
index 13deba5..e4d52ec 100644
--- a/xmlWorksheet.go
+++ b/xmlWorksheet.go
@@ -58,9 +58,9 @@ type xlsxWorksheet struct {
OleObjects *xlsxInnerXML `xml:"oleObjects"`
Controls *xlsxInnerXML `xml:"controls"`
WebPublishItems *xlsxInnerXML `xml:"webPublishItems"`
+ AlternateContent *xlsxAlternateContent `xml:"mc:AlternateContent"`
TableParts *xlsxTableParts `xml:"tableParts"`
ExtLst *xlsxExtLst `xml:"extLst"`
- AlternateContent *xlsxAlternateContent `xml:"mc:AlternateContent"`
DecodeAlternateContent *xlsxInnerXML `xml:"http://schemas.openxmlformats.org/markup-compatibility/2006 AlternateContent"`
}