Skip to content

#2010 - String issues in formula calculations #2011

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 4 commits into from
May 23, 2025
Merged

#2010 - String issues in formula calculations #2011

merged 4 commits into from
May 23, 2025

Conversation

swmal
Copy link
Contributor

@swmal swmal commented May 19, 2025

  • During formula calculation, EPPlus does not handle double char Unicodes characters (starting with a high-surrogate char and ending with a low-surrogate char) correctly.
  • The TEXT function should handle arrays as input and be able to return an array instead of a single value.
  • The SORT function did not handle multiple indexes (second arg) correctly.
  • The SWITCH function did not handle an array as the first argument.
  • Fixed an issue that caused an Exception during calculation if an external workbook was not available.

@swmal swmal self-assigned this May 19, 2025
@swmal swmal added the bug Something isn't working label May 19, 2025
@swmal swmal changed the title #2010 - TEXT function did not support arrays #2010 - String issues in formula calculations May 22, 2025
@JanKallman JanKallman merged commit 83c551f into develop8 May 23, 2025
1 check was pending
@JanKallman JanKallman deleted the bug/s866 branch May 23, 2025 14:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants