21
0

change example name

This commit is contained in:
Liu Ming 2016-01-22 14:50:15 +08:00
parent 1375b24d9d
commit 990d2cc41f

View File

@ -10,7 +10,7 @@ func ExampleOpen() {
}
}
func ExampleNumberSheets() {
func ExampleWorkBook_NumberSheets() {
if xlFile, err := Open("Table.xls", "utf-8"); err == nil {
for i := 0; i < xlFile.NumSheets(); i++ {
sheet := xlFile.GetSheet(i)