add one example

This commit is contained in:
Liu Ming
2015-09-30 11:17:25 +08:00
parent e7a933588c
commit 56699cbc55
7 changed files with 97 additions and 19 deletions

1
xls.go
View File

@@ -47,7 +47,6 @@ func parse(bts []byte, charset string) (wb *WorkBook, err error) {
return
}
}
}
return
}