in C#, when I use this string for excel formula
string formula = “=IF(ISNA(MATCH("A", {"A", "B"}, 0)), FALSE, TRUE)”;
I get “=IF(ISNA(MATCH("A”, {“A” "B"}, 0)), false, true)" instead of “=IF(ISNA(MATCH("A”, {“A” ,“B”},…...may automatically adjust the syntax, which can lead to unexpected...should maintain the correct syntax without replacing commas with...