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

Popular posts from this blog

PHP DOM loadHTML() method unusual warning -

python - How to create jsonb index using GIN on SQLAlchemy? -

c# - TransactionScope not rolling back although no complete() is called -