Hi, I have some grids where I need to export data to a xls file, the problem is that some fields are being formatted and change its value.
I have 4 fields, id - brand - model - serial, the last one (serial) consists in numeric digits like 2350099430329024390, but when I export the grid to xls, the serial numbers are formatted in 2350099430329024000 (last 3 or 4 digits change to 0000).
How can I fix this?