From b7b937a8a3e1e92669aaf63d2cc97dc2fc865736 Mon Sep 17 00:00:00 2001 From: Ri Xu Date: Wed, 13 Sep 2017 22:17:40 +0800 Subject: godoc updated. --- table.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'table.go') 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", ``) -- cgit v1.2.1