Can I use excel formular in C# program?

c00012 716 Reputation points
2022-03-16T12:37:56.463+00:00

Hello,

can I use excel formular like this?

double a: APR (interest rate)
int b: Duration(=compounding period per year)
double C: amount of money
double d: montly payment amount

a = rate(b,-d, c);

if this is possible, please let me know how to do it.

thanks,

c00012

P.S > Is there any available spreadsheet control in WPF?

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
Excel Management
Excel Management
Excel: A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.Management: The act or process of organizing, handling, directing or controlling something.
1,689 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Castorix31 83,206 Reputation points
    2022-03-16T12:44:18.67+00:00

    You can see this thread : get access to Excel formula from C#

    0 comments No comments