You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by bu...@apache.org on 2009/08/07 05:57:10 UTC

DO NOT REPLY [Bug 47658] no method to autosize rows

https://issues.apache.org/bugzilla/show_bug.cgi?id=47658



--- Comment #1 from antsleg <an...@163.com> 2009-08-06 20:57:10 PDT ---
for example:

we can autosize columns like this:
------------------------------------------------------------------------
for (int col = 0; col < colCount; col++)  //colCount - count of columns
    sheet.autoSizeColumn((short) col);    //sheet - an object of HSSFSheet
------------------------------------------------------------------------
but we can't autosize rows,because there is no autoSizeRow()

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org