Hello
I’m picking an excel file on the client side. I put it in a bytearray and it goes through a wcf service to the server. When it gets there, I recreate the file and save it there. When i try to open the excel, I get an error. Apparently all “;” characters are changed to “,” characters, which causes the error.
{“Error in Cell: D37-Invalid formula:”=IFERROR(VLOOKUP(“V”,$AD32:$AK35,3,FALSE),"")
& IF(AD32=“V”,"","
"&AF32)
& IF(AD33=“V”,"","
"&AF33)
& IF(AD34=“V”,"","
"&AF34)
& IF(AD35=“V”,"","
"&AF35)"."}
When I open it manually in excel, I have no problem whatsoever.
Is this a familiar problem?
Kind regards