summaryrefslogtreecommitdiff
path: root/excelize_test.go
diff options
context:
space:
mode:
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