diff options
| author | Ri Xu <xuri.me@gmail.com> | 2016-10-23 16:07:57 +0800 |
|---|---|---|
| committer | Ri Xu <xuri.me@gmail.com> | 2016-10-23 16:07:57 +0800 |
| commit | 1a2570b873030458554d0c689e5b00ba16a8f110 (patch) | |
| tree | f6efd9435ae5b6c55c185c7a8b266fcb38e657c7 /excelize_test.go | |
| parent | 75abc628fe41bc67c787f79103c8d72e539a9fb2 (diff) | |
Update go test case and update readme.
Diffstat (limited to 'excelize_test.go')
| -rw-r--r-- | excelize_test.go | 2 |
1 files changed, 2 insertions, 0 deletions
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") |
