diff options
| author | Jinzhu <wosmvp@gmail.com> | 2017-11-16 11:07:39 +0800 |
|---|---|---|
| committer | Jinzhu <wosmvp@gmail.com> | 2017-11-16 11:07:39 +0800 |
| commit | 21214a514dd64bbcbb5a5e498d091a7b0e9eec9b (patch) | |
| tree | fb3f4434da39b1ef57fd5f77d55171773f6b04c1 /cell.go | |
| parent | 96b3e1ea74c2a28842c04891c8d6bd99e2fb3c86 (diff) | |
Rename import path to github.com/360EntSecGroup-Skylar/excelize
Diffstat (limited to 'cell.go')
| -rw-r--r-- | cell.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
