Return-Path: Delivered-To: apmail-jakarta-poi-user-archive@www.apache.org Received: (qmail 28246 invoked from network); 9 Feb 2004 18:27:09 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 9 Feb 2004 18:27:09 -0000 Received: (qmail 32169 invoked by uid 500); 9 Feb 2004 18:26:17 -0000 Delivered-To: apmail-jakarta-poi-user-archive@jakarta.apache.org Received: (qmail 32129 invoked by uid 500); 9 Feb 2004 18:26:17 -0000 Mailing-List: contact poi-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "POI Users List" Reply-To: "POI Users List" Delivered-To: mailing list poi-user@jakarta.apache.org Received: (qmail 32008 invoked from network); 9 Feb 2004 18:26:16 -0000 Received: from unknown (HELO slox.sawag.com) (62.138.38.84) by daedalus.apache.org with SMTP; 9 Feb 2004 18:26:16 -0000 Received: by slox.sawag.com (Postfix, from userid 65534) id DF1933C72E; Mon, 9 Feb 2004 19:26:18 +0100 (CET) Received: from karlheinzMOBIL (dsl.sawag.com [62.138.17.46]) by slox.sawag.com (Postfix) with ESMTP id 2F1103C6FF for ; Mon, 9 Feb 2004 19:25:47 +0100 (CET) From: "Karl-Heinz Zengerle" To: "'POI Users List'" Subject: AW: Combo Box Date: Mon, 9 Feb 2004 19:25:46 +0100 Organization: SAW AG Message-ID: <005201c3ef3a$22e12d30$3900000a@karlheinzMOBIL> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2627 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 In-Reply-To: <4027CE66.7070203@muibros.com> Importance: Normal X-Spam-Status: No, hits=-100.3 required=5.0 tests=AWL,EMAIL_ATTRIBUTION,IN_REP_TO,QUOTED_EMAIL_TEXT, REPLY_WITH_QUOTES,USER_IN_WHITELIST version=2.55 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi Ruben. That's exactly why we mix the usage of POI and Excel macros. You might use an invisible sheet where you write that data and possibly some indicator which tells you that you've to fill the combo box when opening Excel (if you don't always like to do it). Then it's POI without any "exotic" elements. In that case you shouldn't use the Excel combo boxes because they can't be filled as comfortable as the "normal" ones in VB. Regards, Karl-Heinz. -----Urspr=FCngliche Nachricht----- Von: Danny Mui [mailto:danny@muibros.com]=20 Gesendet: Montag, 9. Februar 2004 19:16 An: POI Users List Betreff: Re: Combo Box I don't think we have any support for Data Validation at this moment.=20 There have been some talk about implementing it on the list but I do not think it is available. A possible workaround with any unsupported=20 feature in HSSF is to use a template that has that feature in it and=20 fill in your data as you go. Ruben Saavedra wrote: > 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. >=20 > Atte. > Rub=E9n E. Saavedra > 380-2941 >=20 >=20 > -----Mensaje original----- > De: Karl-Heinz Zengerle [mailto:karl-heinz.zengerle@sawag.com] > Enviado el: Lunes, 09 de Febrero de 2004 11:10 > Para: 'POI Users List' > Asunto: AW: Combo Box >=20 >=20 > Hi Ruben. > =20 > 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. > =20 > So most likely you've to tell more precisely what you want to do. > =20 > Regards, Karl-Heinz. > =20 > -----Urspr=FCngliche Nachricht----- > Von: Ruben Saavedra [mailto:rsaavedra@Falabella.cl]=20 > Gesendet: Montag, 9. Februar 2004 17:02 > An: Poi-Jakarta (E-mail) > Betreff: RV: Combo Box > =20 > =20 > I am starting working with POI. Please, I need to know if there is some > method that a combobox draws in a sheet excel.=20 > Thank you.=20 > =20 > =20 > Atte. > Rub=E9n E. Saavedra > 380-2941 >=20 > --------------------------------------------------------------------- > To unsubscribe, e-mail: poi-user-unsubscribe@jakarta.apache.org > For additional commands, e-mail: poi-user-help@jakarta.apache.org >=20 --------------------------------------------------------------------- To unsubscribe, e-mail: poi-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: poi-user-help@jakarta.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: poi-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: poi-user-help@jakarta.apache.org