diff options
author | xuri <xuri.me@gmail.com> | 2020-04-09 01:00:14 +0800 |
---|---|---|
committer | xuri <xuri.me@gmail.com> | 2020-04-09 01:00:14 +0800 |
commit | e36650f4ffd3e305d2c3834620f97ec382cf6faf (patch) | |
tree | 3d0a20cdacb43d3beead9d19bab327da7499e786 /cell.go | |
parent | a2e1da8d9d90ed71a33523cfe2c5231cd0b5fad9 (diff) |
Resolve #598, filter support for AddPivotTable
Diffstat (limited to 'cell.go')
-rw-r--r-- | cell.go | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 // |