But if I put the width of a column at 0 with excel, how can I test the width with the function getColumnWidth? My problem is how can I know if a width of a column = 0?
-----Message d'origine----- De : KHZ (SAW) [mailto:[EMAIL PROTECTED] Envoy� : mardi 22 f�vrier 2005 12:13 � : 'POI Users List' Objet : AW: Problem with sheet.getColumnWidth Hi Patrick. In other systems we used 1 instead of 0 in case of such problems. Maybe it serves your wishes and avoids such problems. Regards, Karl-Heinz. -----Urspr�ngliche Nachricht----- Von: BAIE Patrick RD-BIZZ-SOP [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 22. Februar 2005 11:43 An: [email protected] Betreff: Problem with sheet.getColumnWidth Hello, With EXCEL I put the witdth of a column at 0. After with POI when I read the witdth of the column (sheet.getColumnWidth) I have a random result but never 0. WHY? Is it possible to know if a column of a sheet is visible or not? Thanks Regards Patrick Baie --------------------------------------------------------------------- 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/ --------------------------------------------------------------------- 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/
