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



--- Comment #1 from antsleg <[email protected]> 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to