diff options
author | xuri <xuri.me@gmail.com> | 2020-04-24 08:26:16 +0800 |
---|---|---|
committer | xuri <xuri.me@gmail.com> | 2020-04-24 08:26:16 +0800 |
commit | 2285d4dc718fb8b96c3b2291c63b39c57468b0b9 (patch) | |
tree | 0690e862e54512d5ba676f8e2555954a112e5bf6 /xmlDrawing.go | |
parent | 1fe660df648422a53eef0c735657cb2f5237ef7b (diff) |
handle the cell without r attribute in a row element
Diffstat (limited to 'xmlDrawing.go')
-rw-r--r-- | xmlDrawing.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmlDrawing.go b/xmlDrawing.go index 191631b..a5e43a1 100644 --- a/xmlDrawing.go +++ b/xmlDrawing.go @@ -23,6 +23,7 @@ const ( SourceRelationshipHyperLink = "http://schemas.openxmlformats.org/officeDocument/2006/relationships/hyperlink" SourceRelationshipWorkSheet = "http://schemas.openxmlformats.org/officeDocument/2006/relationships/worksheet" SourceRelationshipChartsheet = "http://schemas.openxmlformats.org/officeDocument/2006/relationships/chartsheet" + SourceRelationshipDialogsheet = "http://schemas.openxmlformats.org/officeDocument/2006/relationships/dialogsheet" SourceRelationshipPivotTable = "http://schemas.openxmlformats.org/officeDocument/2006/relationships/pivotTable" SourceRelationshipPivotCache = "http://schemas.openxmlformats.org/officeDocument/2006/relationships/pivotCacheDefinition" SourceRelationshipSharedStrings = "http://schemas.openxmlformats.org/officeDocument/2006/relationships/sharedStrings" |