summaryrefslogtreecommitdiff
path: root/excelize_test.go
diff options
context:
space:
mode:
authorxuri <xuri.me@gmail.com>2018-05-15 21:00:56 +0800
committerxuri <xuri.me@gmail.com>2018-05-15 21:00:56 +0800
commitd96440edc480976e3ec48958c68e67f7a506ad32 (patch)
tree0827d1441c2fed3acbb387b6d4c5cc8e3614cf52 /excelize_test.go
parent167554bfeca1bca54e36d761e2be159358736c9e (diff)
- Performance optimization 20% faster, 14% memory savings on set cell values;
- Using the canonical syntax in issue template and contributing guide; - go test has been updated
Diffstat (limited to 'excelize_test.go')
-rw-r--r--excelize_test.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/excelize_test.go b/excelize_test.go
index df1b35a..f1f23b4 100644
--- a/excelize_test.go
+++ b/excelize_test.go
@@ -85,6 +85,9 @@ func TestOpenFile(t *testing.T) {
xlsx.SetCellValue("Sheet2", "F17", complex64(5+10i))
t.Log(letterOnlyMapF('x'))
t.Log(deepCopy(nil, nil))
+ shiftJulianToNoon(1, -0.6)
+ timeFromExcelTime(61, true)
+ timeFromExcelTime(62, true)
// Test boolean write
booltest := []struct {
value bool