Hello Friends,
I have an excel file that contains 3 columns like this:
A B C
------------------
<num1> <num2> $A * $B
So, basically columns A and B contain some numbers. Column C contains the product of the numbers in A and B, per row.
I want to write a C# code that writes into columns A and B and reads the result from C.
I am not sure if we can do this and I think we should be able to. If yes, how should I start.
Thanks
I have an excel file that contains 3 columns like this:
A B C
------------------
<num1> <num2> $A * $B
So, basically columns A and B contain some numbers. Column C contains the product of the numbers in A and B, per row.
I want to write a C# code that writes into columns A and B and reads the result from C.
I am not sure if we can do this and I think we should be able to. If yes, how should I start.
Thanks