You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Jxls recognizes the above expression as ${object.function("${expr}. An alternative implementation should be made possible, which should ignore the ${..} syntax within quotes. Expectation: Jxls expression should be object.function("${expr}"). The inner expression is evaluated by object.function() and not by Jxls.
The text was updated successfully, but these errors were encountered:
Jxls recognizes the above expression as
${object.function("${expr}
. An alternative implementation should be made possible, which should ignore the ${..} syntax within quotes. Expectation: Jxls expression should beobject.function("${expr}")
. The inner expression is evaluated by object.function() and not by Jxls.The text was updated successfully, but these errors were encountered: