I have developed a java
code for downloading excel sheet. I am using apache POI
. This thing worked well on all machine
.
However when same code
deployed to different server
the cells got Shrinked
to very small width even though the cells were having the data
.
Any idea why this is happening?