sklose / NCalc2

expression evaluator for .NET with built-in compiler
MIT License
166 stars 58 forks source link

Absence of "RATE" keyword #62

Closed IGabrov2 closed 2 years ago

IGabrov2 commented 2 years ago

I have excel template with formulas that have the "RATE" keyword: https://support.microsoft.com/en-us/office/rate-function-9f665657-4a7e-4bb7-a030-83fc59e748ce The error I'm receiving is: Function not found Parameter name: RATE This is happening when I switched to the .NET Core version. When using the non .NET Core version all was good. Can a support for this word be added?