summaryrefslogtreecommitdiff
path: root/cell.go
diff options
context:
space:
mode:
authorxuri <xuri.me@gmail.com>2017-12-01 16:50:07 +0800
committerGitHub <noreply@github.com>2017-12-01 16:50:07 +0800
commit443695732ea878986db320b0b008070ed3f895a2 (patch)
tree8607d1f490a85f417db831854285ae103b66ff80 /cell.go
parent76366fc1d9fe5d0a25d364c917597d4ac62f3b18 (diff)
parent21214a514dd64bbcbb5a5e498d091a7b0e9eec9b (diff)
Merge pull request #153 from jinzhu/master
Rename import path to github.com/360EntSecGroup-Skylar/excelize
Diffstat (limited to 'cell.go')
-rw-r--r--cell.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cell.go b/cell.go
index f5394a1..df2ea57 100644
--- a/cell.go
+++ b/cell.go
@@ -224,7 +224,7 @@ func (f *File) SetCellFormula(sheet, axis, formula string) {
// for web site or "Location" for moving to one of cell in this workbook. The
// below is example for external link.
//
-// xlsx.SetCellHyperLink("Sheet1", "A3", "https://github.com/xuri/excelize", "External")
+// xlsx.SetCellHyperLink("Sheet1", "A3", "https://github.com/360EntSecGroup-Skylar/excelize", "External")
// // Set underline and font color style for the cell.
// style, _ := xlsx.NewStyle(`{"font":{"color":"#1265BE","underline":"single"}}`)
// xlsx.SetCellStyle("Sheet1", "A3", "A3", style)