Hello..
I have a simple table with data as below:
Column1(int) , Column2(Code(10))
1 , abcd
2 , A62-3
When i send it to excel I have no issues.
But when the data is:
Column1(int) , Column2(Code(10))
1 , abcd
2 , 62-3
Send to excel throws an error saying 62-3 is a bad value.
I assume tht it is treating "62-3" as a number instead of text!!!!
How do I correct this issue. I dont have detail knowledge about style sheets.. :roll:
0