Hi List,
I am using an HSSFWorkbook and writing data with different cell styles to it. Once all the data is written and necessary styles applied, I call the autoSizeColumn((short)i) method on all the columns of the sheet to fit contents. This seems to work fine in my local app server, but when put it in a different server, the columns don't auto-fit. The cells show ###### instead of the data. I have to resize the column header to see the data. Not sure if there are some server settings that needs to be tweaked. Thanks, Dilip Maurya.
