From 98f1a699033b76a1482edc03d533dd1f67bcd2d6 Mon Sep 17 00:00:00 2001 From: xuri Date: Wed, 2 Sep 2020 23:14:19 +0800 Subject: support ECMA-376 document standard encryption, ref #199 --- xmlChart.go | 3 --- 1 file changed, 3 deletions(-) (limited to 'xmlChart.go') diff --git a/xmlChart.go b/xmlChart.go index fae5426..c95393a 100644 --- a/xmlChart.go +++ b/xmlChart.go @@ -18,10 +18,7 @@ import "encoding/xml" // charts, pie charts, scatter charts, or other types of charts. type xlsxChartSpace struct { XMLName xml.Name `xml:"http://schemas.openxmlformats.org/drawingml/2006/chart chartSpace"` - XMLNSc string `xml:"xmlns:c,attr"` XMLNSa string `xml:"xmlns:a,attr"` - XMLNSr string `xml:"xmlns:r,attr"` - XMLNSc16r2 string `xml:"xmlns:c16r2,attr"` Date1904 *attrValBool `xml:"date1904"` Lang *attrValString `xml:"lang"` RoundedCorners *attrValBool `xml:"roundedCorners"` -- cgit v1.2.1