Hi,
I'm trying to assign a format of "###.0" to a column. So, if I pass the value "1", it should appear as "1.0", and ".5" as ".5"). I don't want .5 appearing as 0.5, which is what seems to be happening. I'm using a generalcelltype, and assigning "###.0" to formatstring. Please advise. Btw, I couldn't get this by using a numbercelltype either
Thanks!