From 21214a514dd64bbcbb5a5e498d091a7b0e9eec9b Mon Sep 17 00:00:00 2001 From: Jinzhu Date: Thu, 16 Nov 2017 11:07:39 +0800 Subject: Rename import path to github.com/360EntSecGroup-Skylar/excelize --- cell.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cell.go') 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) -- cgit v1.2.1