I am wring a csv file with some program.
I am facing a issue when I open it in the excel file and for some column if it exceeds the value more than 256 it automatically truncate it.
I learnt that by default the excel has number format TO 'GENERAL'
if I could set it to 'TEXT'
then it wouldn't truncate any part.
So is there any programmatic way which can set the number format from GENERAL
to TEXT
.