From 1a2570b873030458554d0c689e5b00ba16a8f110 Mon Sep 17 00:00:00 2001 From: Ri Xu Date: Sun, 23 Oct 2016 16:07:57 +0800 Subject: Update go test case and update readme. --- excelize_test.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'excelize_test.go') diff --git a/excelize_test.go b/excelize_test.go index 73c645b..634364d 100644 --- a/excelize_test.go +++ b/excelize_test.go @@ -31,6 +31,8 @@ func TestExcelize(t *testing.T) { f1.SetCellValue("Sheet2", "G1", []byte("World")) f1.SetCellValue("Sheet2", "F2", 42) f1.SetCellValue("Sheet2", "G2", nil) + // Test completion column. + f1.SetCellValue("Sheet2", "M2", nil) // Test read cell value with given axis large than exists row. f1.GetCellValue("Sheet2", "E13") -- cgit v1.2.1