summaryrefslogtreecommitdiff
path: root/table.go
diff options
context:
space:
mode:
authorRi Xu <xuri.me@gmail.com>2017-09-13 22:17:40 +0800
committerRi Xu <xuri.me@gmail.com>2017-09-13 22:17:40 +0800
commitb7b937a8a3e1e92669aaf63d2cc97dc2fc865736 (patch)
tree3f3872fd3577b86936068dcba071e62dda7fd55f /table.go
parentf05f799f8d33e24b3bbf6c030c9f22d2829e0748 (diff)
godoc updated.
Diffstat (limited to 'table.go')
-rw-r--r--table.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/table.go b/table.go
index 68e686a..104202b 100644
--- a/table.go
+++ b/table.go
@@ -20,8 +20,8 @@ func parseFormatTableSet(formatSet string) *formatTable {
return &format
}
-// AddTable provides the method to add table in a worksheet by given sheet
-// index, coordinate area and format set. For example, create a table of A1:D5
+// AddTable provides the method to add table in a worksheet by given worksheet
+// name, coordinate area and format set. For example, create a table of A1:D5
// on Sheet1:
//
// xlsx.AddTable("Sheet1", "A1", "D5", ``)