summaryrefslogtreecommitdiff
path: root/xmlDecodeDrawing.go
diff options
context:
space:
mode:
authorRi Xu <xuri.me@gmail.com>2017-06-03 17:36:28 +0800
committerRi Xu <xuri.me@gmail.com>2017-06-03 17:36:28 +0800
commitc5dc63295186ad35ece6a2c9c940e84665f9f98f (patch)
treef009632d6837ac4ce98ff5b7fceffabf449336c8 /xmlDecodeDrawing.go
parentd372bb977f57b244faf635e21af458bf2e8a98ef (diff)
- Fix missing relationships in drawing content type shall, relate issue #58;
- Add a donation link, related issue #57 ^_^
Diffstat (limited to 'xmlDecodeDrawing.go')
-rw-r--r--xmlDecodeDrawing.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/xmlDecodeDrawing.go b/xmlDecodeDrawing.go
index bb4cd24..fff6b9d 100644
--- a/xmlDecodeDrawing.go
+++ b/xmlDecodeDrawing.go
@@ -18,6 +18,7 @@ type decodeCellAnchor struct {
type decodeWsDr struct {
A string `xml:"xmlns a,attr"`
Xdr string `xml:"xmlns xdr,attr"`
+ R string `xml:"xmlns r,attr"`
OneCellAnchor []*decodeCellAnchor `xml:"oneCellAnchor,omitempty"`
TwoCellAnchor []*decodeCellAnchor `xml:"twoCellAnchor,omitempty"`
XMLName xml.Name `xml:"http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing wsDr,omitempty"`