diff options
author | xuri <xuri.me@gmail.com> | 2022-10-14 00:48:16 +0800 |
---|---|---|
committer | xuri <xuri.me@gmail.com> | 2022-10-14 00:48:16 +0800 |
commit | 3d02726ad4dc3bc6a92d5b68ef8421ac4db44076 (patch) | |
tree | b6fe49d32bf14f7b85316073037122d24b19adf0 /table.go | |
parent | 7363c1e3337c5f0d9c70cc8af7504b3f8c092ab4 (diff) |
This closes #320, support custom chart axis font style
Diffstat (limited to 'table.go')
-rw-r--r-- | table.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -516,7 +516,7 @@ func (f *File) parseFilterTokens(expression string, tokens []string) ([]int, str } } } - // if the string token contains an Excel match character then change the + // If the string token contains an Excel match character then change the // operator type to indicate a non "simple" equality. re, _ = regexp.Match("[*?]", []byte(token)) if operator == 2 && re { |