-
Notifications
You must be signed in to change notification settings - Fork 1.8k
[BUG] Using FILTER Function in Formula Not Persisting in ExcelJS #2910
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
Comments
I have the same issue with different formula. @jorisvo2 have you found a work around? |
No sorry 😞 I ll probably use another package |
@jorisvo2 This may work for you |
I already tried to prefix all function with "_xlfn" but without success :/ I ll try your code just in case ! |
Okay my bad, it somewhat works on my end it still adds a damn @ sign you need to remove. But for whatever reason this solution works for XLOOKUP. It adds an @ in front of xlookup but excel still works?? WTH |
🐛 Bug Report
I'm encountering an issue with ExcelJS version 4.3 where the FILTER formula is not retained when opening the generated Excel file in Excel 365. The formula in question is:
Lib version: 4.3.0
Steps To Reproduce
The expected behaviour:
The FILTER formula should be preserved and function correctly when the Excel file is opened in Excel 365.
Additional Information:
I have verified that manually entering the same FILTER formula directly into Excel 365 works as intended. This suggests that the issue may be related to how ExcelJS handles the serialization or compatibility of dynamic array formulas.
Any guidance or fixes for this issue would be greatly appreciated.
The text was updated successfully, but these errors were encountered: