Hello Bill, Yes, that is a developer issue really and you can either post to that list or simply wait a while; it is quite common for the developers to check the user list. I do know that most of the developers are currently very busy with their 'proper' jobs and it may well be that you will not receive an immediate response.
Yours Mark B Bill Stackhouse wrote: > > Might be a developer kind of question here. > > After setting all text cells in a column, calling setAutoSize usually > sets it to a width that is too narrow. > > It appears that HSSFSheet.setAutoSize uses '0' as the default character > width. The Verdana Plain 10 font on the Macintosh has a width of 6. 'W' > and 'm' both are 10 and '%' is the widest at 11. > > Shouldn't this be changed from '0' to '%'? > > BTW I do see it setting the width correctly using Helvetica Plan 10, but > not with Arial Plain 10 which is the default font. > > Thanks > Bill > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > > -- View this message in context: http://old.nabble.com/HSSFSheet.setAutoSize-tp27815908p27818100.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]
