summaryrefslogtreecommitdiff
path: root/xmlWorksheet.go
diff options
context:
space:
mode:
authorxuri <xuri.me@gmail.com>2021-09-03 22:51:56 +0800
committerxuri <xuri.me@gmail.com>2021-09-03 22:51:56 +0800
commit2616aa88cb2b1e45c03ada60093f4dfe7fabfb87 (patch)
tree1e27c047dce669ad33f77e54ee0ea9c57526789c /xmlWorksheet.go
parent5e1fbd6bf703b9e3ff0eba48c7ee861b99778cba (diff)
Add set shared formula support and documentation for the `SetCellFormula`
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 697504e..a4aef4c 100644
--- a/xmlWorksheet.go
+++ b/xmlWorksheet.go
@@ -475,7 +475,7 @@ type xlsxF struct {
Content string `xml:",chardata"`
T string `xml:"t,attr,omitempty"` // Formula type
Ref string `xml:"ref,attr,omitempty"` // Shared formula ref
- Si string `xml:"si,attr,omitempty"` // Shared formula index
+ Si *int `xml:"si,attr"` // Shared formula index
}
// xlsxSheetProtection collection expresses the sheet protection options to