Hi,
The POI 3.0 RC1 can be downloaded from
http://people.apache.org/~nick/POI-3.0-RC1/
HSSFSheet.autoSizeColumn was added after 12-Dec-2006.
Try the latest jar.
Regards,
Yegor
VK> Hi all,
VK> I'm new to this group. I'm trying to generate MS Excel from my java code.
VK> I'ts working great, but i have some alignment issue like the width of the
VK> cell is not enough to fit the text.
VK> i.e the cell width is not good enough to view the text that is displaying.
VK> I need to set the width size automatic (i.e something like AutoFit option)
VK> i.e the cell width should be set to max length of text value in that column.
VK> I walked through api of HSSF (poi) but i dont find any method to set the
VK> autoSize of the Column
VK> i have latest jar of poi-bin-3.0-alpha3-20061212 (12-Dec-2006)
VK> I have seen in couple of places that new method called "autoSizeColumn()"
VK> was added, but i don't see even in alpha build, is there any other build
VK> lately,
VK> Please provide me the link to download the latest jar of POI.
VK> Any Suggestions will be appreciated .
VK> Looking for any kind of help, i was in little bit urgency.
VK> Thanks,
VK> Vinay
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
Mailing List: http://jakarta.apache.org/site/mail2.html#poi
The Apache Jakarta Poi Project: http://jakarta.apache.org/poi/