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”},…...true)", where the comma is replaced with a backlash but the formula...Aspose.Cells, where commas are replaced with backslashes, is related...