jxls
jxls copied to clipboard
Support for ${object.function("${expr}")}
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.