Can I use Excel function in WPF app?

c00012 716 Reputation points
2022-02-01T13:40:38.533+00:00

Hello,

I want to use Excel Function(e.g. rate function) in my WPF app.

Is there any method or reference? if so, plz let me know.

Thanks,

c00012

Windows Presentation Foundation
Windows Presentation Foundation
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
2,710 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. don bradman 621 Reputation points
    2022-02-01T15:30:42.173+00:00

    There is a library called Spire.XLS, you can check it out. It should meet your needs.
    Add-Formulas-to-Excel-Cells-with-C-in-WPF.html

    Also, you can use EPPlus, which can be used for free for non-commercial purposes. You can add it to your project as a Nuget package.
    complete-example-with-formulas

    0 comments No comments