SyntaxFix
Write A Post
Hire A Developer
Questions
I found that some applications like Numbers in Mac ignore the double quote if there is space before it.
a, "b,c" doesn't work while a,"b,c" works.
a, "b,c"
a,"b,c"