Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Add a missing prefix to future functions #2598

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

Merged
merged 1 commit into from
Dec 27, 2024
Merged

Add a missing prefix to future functions #2598

merged 1 commit into from
Dec 27, 2024

Conversation

jahav
Copy link
Member

@jahav jahav commented Dec 27, 2024

If a user supplied formula contains a future function without a prefix, add the prefix. E.g. CONCAT(A1:A5) -> _xlfn.CONCAT(A1:A5). This should happen for all formula setters in interfaces (IXLCell.Formula* or IXLRangeBase.Formula*).

Fixes #2542.

@jahav jahav added this to the v0.105.0 milestone Dec 27, 2024
@jahav jahav merged commit 6089f02 into develop Dec 27, 2024
6 checks passed
@jahav jahav deleted the future-function branch December 27, 2024 22:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Workbook with e.g. FILTER formula or cell range results in not compatible excel or unexpted result
1 participant