1
you need to explicitly state that the data is string, irrespective of what it contains, otherwise Excel interop will try to interprete it by itself.
are you using C# in backend? then specify .ToString() after reading cell value, for anyother help you need to post your code.