Hi Ruben. Look at http://jakarta.apache.org/poi/apidocs/index.html. I had a glance and possibly the class customfield may help you.
In our applications the work is shared among Java programs and Excel macros. So we never were filling such things via Java. But the description sounds to be near what you wish. As you want to display results you'll accept what the result is - if it's just any combo box. All other POI classes don't look like being a solution. Regards, Karl-Heinz. -----Urspr�ngliche Nachricht----- Von: Ruben Saavedra [mailto:[EMAIL PROTECTED] Gesendet: Montag, 9. Februar 2004 19:35 An: POI Users List Betreff: RE: Combo Box What I have to do is to generate a report in excel with the content of a jsp. This jsp has a combo box(drop down list) that it needed to draw in excel. Thank you for your help,Karl-Heinz. Atte. Rub�n E. Saavedra 380-2941 -----Mensaje original----- De: Karl-Heinz Zengerle [mailto:[EMAIL PROTECTED] Enviado el: Lunes, 09 de Febrero de 2004 11:10 Para: 'POI Users List' Asunto: AW: Combo Box Hi Ruben. We also program with Java & POI but we also do things in Excel directly. There we've also the problem with combo boxes and have seen that there are different types (Excel combo boxes - with direct connection to some data source - and other combo boxes - I hope those from the forms library). The different types are different to handle. So most likely you've to tell more precisely what you want to do. Regards, Karl-Heinz. -----Urspr�ngliche Nachricht----- Von: Ruben Saavedra [mailto:[EMAIL PROTECTED] Gesendet: Montag, 9. Februar 2004 17:02 An: Poi-Jakarta (E-mail) Betreff: RV: Combo Box I am starting working with POI. Please, I need to know if there is some method that a combobox draws in a sheet excel. Thank you. Atte. Rub�n E. Saavedra 380-2941 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
