I have a perl script that executes the stored proc in 10 different databases, puts results in excel file and emails it. the problem is that if value of the field starts with 0 it gets truncated in spreadsheet. I.e. 0098789 will be displayed as 98789.
Is the any way around it?
