Go language library for reading and writing Microsoft Excel™ (XLAM / XLSM / XLSX / XLTM / XLTX) spreadsheets
修订版 | 6d634ca320acca28a84f25888a04c0861548d5ed (tree) |
---|---|
时间 | 2017-12-01 17:52:15 |
作者 | ![]() |
Commiter | Ri Xu |
GitHub repo URL changed.
@@ -5,8 +5,8 @@ import ( | ||
5 | 5 | "reflect" |
6 | 6 | "testing" |
7 | 7 | |
8 | + "github.com/360EntSecGroup-Skylar/excelize" | |
8 | 9 | "github.com/mohae/deepcopy" |
9 | - "github.com/xuri/excelize" | |
10 | 10 | ) |
11 | 11 | |
12 | 12 | var _ = []excelize.SheetPrOption{ |
@@ -4,7 +4,7 @@ import ( | ||
4 | 4 | "fmt" |
5 | 5 | "testing" |
6 | 6 | |
7 | - "github.com/xuri/excelize" | |
7 | + "github.com/360EntSecGroup-Skylar/excelize" | |
8 | 8 | ) |
9 | 9 | |
10 | 10 | var _ = []excelize.SheetViewOption{ |