diff options
author | Ri Xu <xuri.me@gmail.com> | 2017-06-15 11:03:29 +0800 |
---|---|---|
committer | Ri Xu <xuri.me@gmail.com> | 2017-06-15 11:03:29 +0800 |
commit | 9928bbc7c80dc9b3ab6599b9e472c2e00936ae84 (patch) | |
tree | 1813d99b5f7b1582fec2939f7c51ce8cb58c584c /table.go | |
parent | a9f671d98f85585e7f77c73554f3c1ad897c4fd1 (diff) |
- New functions `GetColVisible()` and `SetColVisible()` added, relate issue #61;
- go test updated;
- Fix typo
Diffstat (limited to 'table.go')
-rw-r--r-- | table.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -297,7 +297,7 @@ func (f *File) autoFilter(sheet, ref string, refRange, hxAxis int, formatSet *fo return nil } -// writeAutoFilter provides funtion to check for single or double custom filters +// writeAutoFilter provides function to check for single or double custom filters // as default filters and handle them accordingly. func (f *File) writeAutoFilter(filter *xlsxAutoFilter, exp []int, tokens []string) { if len(exp) == 1 && exp[0] == 2 { |