c# - putting this line into excel.Formula "=IF(C4 = "x";1;0)" isnt working because of double `" "` -
i want put line excel cell c# : =if(c4 = "x";1;0)
but when type: .formula = "=if(c4 = "x";1;0)", cuts sentence 2 seperate parts, because of double ", idea how fix this?
thank in advance
use escape characters \" read " string
Comments
Post a Comment