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, 1 insertions, 1 deletions
diff --git a/excelize_test.go b/excelize_test.go
index 7af1991..7d37a6a 100644
--- a/excelize_test.go
+++ b/excelize_test.go
@@ -12,7 +12,7 @@ func TestExcelize(t *testing.T) {
t.Log(err)
}
file.UpdateLinkedValue()
- file.SetCellInt("SHEET2", "B2", 100)
+ file.SetCellInt("SHEET2", "A1", 100)
file.SetCellStr("SHEET2", "C11", "Knowns")
file.NewSheet(3, "TestSheet")
file.SetCellInt("Sheet3", "A23", 10)