Hello Jan, I would have expected the method to work successfully whether you call it before or after creating rows/colums and there is certainly no note in the Javadocs indicating that the sequence is important. Can you create a simple test file that demonstrates the problem - say a workbook with two sheets, on one sheet call the setColumnWidth() method then create a row and cell and on the other sheet create a row and cell then call setColumnWidth(). Hopefully, one will work successfully and the other will fail and this file will give the developers something to use in order to diagnose the problem. In addition, could you say which version of POI you are using, which version of Java and what you are runing the api on please; Windows, Linux, etc.
Yours Mark B PS Will have a play today if I have the time and see if anything obvious leaps out at me. Jan Richter wrote: > > Hi, > > if i call HSSFSheet.setColumnWidth() prior to creating any rows or cells > the setColumnWidth() work. If i call it after i created my rows and > cells it do not work. > > Is this a bug or a feature? > > > I'm using POI 3.6 > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > > -- View this message in context: http://old.nabble.com/HSSF%3A-HSSFSheet.setColumnWidth%28%29-has-no-effect-tp27868222p27874089.html Sent from the POI - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
