summaryrefslogtreecommitdiff
path: root/excelize_test.go
diff options
context:
space:
mode:
authorRi Xu <xuri.me@gmail.com>2017-02-12 19:03:24 +0800
committerRi Xu <xuri.me@gmail.com>2017-02-12 19:03:24 +0800
commit0833a9d5dab846ed01be52fa59c97ede36ee4a93 (patch)
tree9daaf8583f716a924aeb108b7255808d811f3e8c /excelize_test.go
parent53564cbe57522467a7e0febd0c9ae4374fa90808 (diff)
- Improved performance when reading large files, call Token to read tokens one by one instead Unmarshal. Related issue #20 ;
- Fix go test typo; - Update README
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 b7f664e..005edd4 100644
--- a/excelize_test.go
+++ b/excelize_test.go
@@ -236,7 +236,7 @@ func TestSetSheetBackground(t *testing.T) {
}
}
-func TestSMergeCell(t *testing.T) {
+func TestMergeCell(t *testing.T) {
xlsx, err := OpenFile("./test/Workbook1.xlsx")
if err != nil {
t.Log(err)