Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for ${object.function("${expr}")} #305

Open
gastendonk opened this issue Mar 26, 2024 · 0 comments
Open

Support for ${object.function("${expr}")} #305

gastendonk opened this issue Mar 26, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@gastendonk
Copy link
Member

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.

@gastendonk gastendonk added the enhancement New feature or request label Mar 26, 2024
@gastendonk gastendonk self-assigned this Mar 26, 2024
@gastendonk gastendonk added this to the 3.1.0 milestone Mar 26, 2024
uek06 added a commit to uek06/jxls that referenced this issue Jul 16, 2024
uek06 added a commit to uek06/jxls that referenced this issue Jul 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant