summaryrefslogtreecommitdiff
path: root/cell.go
diff options
context:
space:
mode:
authorxuri <xuri.me@gmail.com>2020-04-09 01:00:14 +0800
committerxuri <xuri.me@gmail.com>2020-04-09 01:00:14 +0800
commite36650f4ffd3e305d2c3834620f97ec382cf6faf (patch)
tree3d0a20cdacb43d3beead9d19bab327da7499e786 /cell.go
parenta2e1da8d9d90ed71a33523cfe2c5231cd0b5fad9 (diff)
Resolve #598, filter support for AddPivotTable
Diffstat (limited to 'cell.go')
-rw-r--r--cell.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/cell.go b/cell.go
index 95cfbbf..8e7ede1 100644
--- a/cell.go
+++ b/cell.go
@@ -458,7 +458,8 @@ func (f *File) SetCellHyperLink(sheet, axis, link, linkType string) error {
}
// SetCellRichText provides a function to set cell with rich text by given
-// worksheet. For example:
+// worksheet. For example, set rich text on the A1 cell of the worksheet named
+// Sheet1:
//
// package main
//