From d96440edc480976e3ec48958c68e67f7a506ad32 Mon Sep 17 00:00:00 2001 From: xuri Date: Tue, 15 May 2018 21:00:56 +0800 Subject: - 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 --- excelize_test.go | 3 +++ 1 file changed, 3 insertions(+) (limited to 'excelize_test.go') 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 -- cgit v1.2.1