summaryrefslogtreecommitdiff
path: root/xmlWorksheet.go
diff options
context:
space:
mode:
Diffstat (limited to 'xmlWorksheet.go')
-rw-r--r--xmlWorksheet.go17
1 files changed, 8 insertions, 9 deletions
diff --git a/xmlWorksheet.go b/xmlWorksheet.go
index e55406c..24f5e4e 100644
--- a/xmlWorksheet.go
+++ b/xmlWorksheet.go
@@ -466,15 +466,14 @@ type xlsxC struct {
XMLName xml.Name `xml:"c"`
XMLSpace xml.Attr `xml:"space,attr,omitempty"`
R string `xml:"r,attr,omitempty"` // Cell ID, e.g. A1
- S int `xml:"s,attr,omitempty"` // Style reference.
- // Str string `xml:"str,attr,omitempty"` // Style reference.
- T string `xml:"t,attr,omitempty"` // Type.
- Cm *uint `xml:"cm,attr,omitempty"` //
- Vm *uint `xml:"vm,attr,omitempty"` //
- Ph *bool `xml:"ph,attr,omitempty"` //
- F *xlsxF `xml:"f,omitempty"` // Formula
- V string `xml:"v,omitempty"` // Value
- IS *xlsxSI `xml:"is"`
+ S int `xml:"s,attr,omitempty"` // Style reference
+ T string `xml:"t,attr,omitempty"` // Type
+ Cm *uint `xml:"cm,attr"`
+ Vm *uint `xml:"vm,attr"`
+ Ph *bool `xml:"ph,attr"`
+ F *xlsxF `xml:"f"` // Formula
+ V string `xml:"v,omitempty"` // Value
+ IS *xlsxSI `xml:"is"`
}
// xlsxF represents a formula for the cell. The formula expression is