blah blah blah is here! blah blah » Close

0
votes
0 answers

SQL SERVER with nvarchar() FORMULA

I have a table in a database and i am using some nvarchar fields with some formula... simple things SOMECOLUMN*0.23+SOMEOTHERCOLUMN in the c# desktop application i'm making the thing work withe some javascript using Microsoft.JScript; ...

0
votes
1 answers

Formulas in excel using c#

Hi All, I've got some problems with placing formulas in a cell in excel using C#; I'm trying to add a CONCATENATE(B1;C1) to cell A1. When I do not Numberformat the cell to text I get an error message, but when i do numberformat the c ...

Feedback