commit | 76196e4d03e56abb660a651b73c31eaa8ac99324 | [log] [tgz] |
---|---|---|
author | philga <philga@1track.com> | Thu Oct 17 11:55:29 2019 -0700 |
committer | Trevor Ryland <tryland@google.com> | Thu Oct 22 17:43:57 2020 -0600 |
tree | e536c4f3b9910628e3a69f8e8acee6fb8d509a3d | |
parent | 00ddba5b0030f8e7a61667ccf673ddd08f20858f [diff] |
Fix parser invalid index error that occurred when a field name was the same as an Excel function name. EPPlus treated the field name as a 'Function' even if the name was not followed by a left paranthesis to enclose the function arguments following the 'Function' name. We now treat the field name as a 'Name' rather than as a 'Function' when no left parathensis follows the field name. This is true even if the field name is the same as an Excel function name.