diff options
author | xuri <xuri.me@gmail.com> | 2021-09-09 23:43:16 +0800 |
---|---|---|
committer | xuri <xuri.me@gmail.com> | 2021-09-09 23:43:16 +0800 |
commit | dad8f490cc2df664bf1e7c6770ecd89a0c0e7fe4 (patch) | |
tree | 2eefc9599177b0f64a5a2a1e54fb55b7025f39b9 /calc.go | |
parent | 72d84c0cbdd0ad748dba19e21d4e92ea077110c7 (diff) |
This closes #417 and closes #520, new API `GetCellType` has been added
Diffstat (limited to 'calc.go')
-rw-r--r-- | calc.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -158,7 +158,7 @@ type formulaCriteria struct { Condition string } -// ArgType is the type if formula argument type. +// ArgType is the type of formula argument type. type ArgType byte // Formula argument types enumeration. |