From c5dc63295186ad35ece6a2c9c940e84665f9f98f Mon Sep 17 00:00:00 2001 From: Ri Xu Date: Sat, 3 Jun 2017 17:36:28 +0800 Subject: - Fix missing relationships in drawing content type shall, relate issue #58; - Add a donation link, related issue #57 ^_^ --- xmlDecodeDrawing.go | 1 + 1 file changed, 1 insertion(+) (limited to 'xmlDecodeDrawing.go') 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"` -- cgit v1.2.1