summaryrefslogtreecommitdiff
path: root/excelize_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'excelize_test.go')
-rw-r--r--excelize_test.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/excelize_test.go b/excelize_test.go
index 3e5665f..34dac8d 100644
--- a/excelize_test.go
+++ b/excelize_test.go
@@ -83,6 +83,8 @@ func TestOpenFile(t *testing.T) {
xlsx.SetCellValue("Sheet2", "F16", true)
xlsx.SetCellValue("Sheet2", "G2", nil)
xlsx.SetCellValue("Sheet2", "G4", time.Now())
+ // 02:46:40
+ xlsx.SetCellValue("Sheet2", "G5", time.Duration(1e13))
// Test completion column.
xlsx.SetCellValue("Sheet2", "M2", nil)
// Test read cell value with given axis large than exists row.