summaryrefslogtreecommitdiff
path: root/xmlDrawing.go
diff options
context:
space:
mode:
authorxuri <xuri.me@gmail.com>2019-07-21 12:56:36 +0800
committerxuri <xuri.me@gmail.com>2019-07-21 12:56:36 +0800
commit35e485756f1d3f5eb1e5f78a5cee06b5ed902645 (patch)
tree32910f1dee6e8970bae8ea1793e03f0a2bcece34 /xmlDrawing.go
parent855c3605f6fce4916cdde1dadba2dd73d9f4b744 (diff)
Resolve #217, new function add VBA project supported.
Diffstat (limited to 'xmlDrawing.go')
-rw-r--r--xmlDrawing.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/xmlDrawing.go b/xmlDrawing.go
index bb468bc..1201cc8 100644
--- a/xmlDrawing.go
+++ b/xmlDrawing.go
@@ -22,6 +22,7 @@ const (
SourceRelationshipDrawingVML = "http://schemas.openxmlformats.org/officeDocument/2006/relationships/vmlDrawing"
SourceRelationshipHyperLink = "http://schemas.openxmlformats.org/officeDocument/2006/relationships/hyperlink"
SourceRelationshipWorkSheet = "http://schemas.openxmlformats.org/officeDocument/2006/relationships/worksheet"
+ SourceRelationshipVBAProject = "http://schemas.microsoft.com/office/2006/relationships/vbaProject"
SourceRelationshipChart201506 = "http://schemas.microsoft.com/office/drawing/2015/06/chart"
SourceRelationshipChart20070802 = "http://schemas.microsoft.com/office/drawing/2007/8/2/chart"
SourceRelationshipChart2014 = "http://schemas.microsoft.com/office/drawing/2014/chart"