summaryrefslogtreecommitdiff
path: root/excelize_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'excelize_test.go')
-rw-r--r--excelize_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/excelize_test.go b/excelize_test.go
index 5dbcdb4..69f7964 100644
--- a/excelize_test.go
+++ b/excelize_test.go
@@ -41,6 +41,7 @@ func TestExcelize(t *testing.T) {
if err != nil {
t.Error(err)
}
+ GetCellValue(file, "Sheet2", "a-1")
GetCellValue(file, "Sheet2", "a5")
GetCellValue(file, "Sheet2", "D11")
GetCellValue(file, "Sheet2", "D12")