We have an application set up like this: server – client where the client is built in Silverlight and the server os in plain vb. With the client, you can select an Excel spreadsheet which will need to be processed on the server.
The problem we are experiencing is that in sending the Excel spreadsheet as a stream over Wcf and then saving the stream on the server side causes punctuation to change in formula’s (the “;” change to “,”). Because of that, we cannot open the excel in our code.
When we manually open the excel, we have no problem and can see the data as it was on the client.
Has anyone experienced this behavior as well?
I was the version of a third party tool that was bugging us. Getting a newer version solved the issue.