commit | 077ca681ace97cf1fb9fc6c925763c0e6c979227 | [log] [tgz] |
---|---|---|
author | philga <philga@1track.com> | Fri Oct 18 13:26:15 2019 -0700 |
committer | Trevor Ryland <tryland@google.com> | Thu Oct 22 17:44:15 2020 -0600 |
tree | 3abd916f88ad1bfef188a4497da7a150e4163ca3 | |
parent | c6cbbb88a950ad7e281b8dadbcfb2672b202732f [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.