diff options
Diffstat (limited to 'xmlWorksheet.go')
-rw-r--r-- | xmlWorksheet.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xmlWorksheet.go b/xmlWorksheet.go index 1fd1781..b83eaa9 100644 --- a/xmlWorksheet.go +++ b/xmlWorksheet.go @@ -1,4 +1,4 @@ -// Some code of this file reference tealeg/xlsx +// Some code of this file reference tealeg/xlsx. package excelize @@ -26,7 +26,7 @@ type xlsxWorksheet struct { Drawing xlsxDrawing `xml:"drawing"` } -// xlsxDrawing change r:id to rid in the namespace +// xlsxDrawing change r:id to rid in the namespace. type xlsxDrawing struct { RID string `xml:"rid,attr"` } |