|
|
@@ -302,9 +302,10 @@ type xlsxC struct {
|
|
|
R string `xml:"r,attr"` // 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.
|
|
|
- F *xlsxF `xml:"f,omitempty"` // Formula
|
|
|
- V string `xml:"v,omitempty"` // Value
|
|
|
+ T string `xml:"t,attr,omitempty"` // Type.
|
|
|
+ F *xlsxF `xml:"f,omitempty"` // Formula
|
|
|
+ V string `xml:"v,omitempty"` // Value
|
|
|
+ XMLSpace xml.Attr `xml:"space,attr,omitempty"`
|
|
|
}
|
|
|
|
|
|
// xlsxF directly maps the f element in the namespace
|