I have several columns with drop down lists of states on the sheet. However when I read it in, those states do get get read in with that sheet, instead I get a separate sheet with just on list of 50 states in 50 rows in one column. So there is no ArrayIndexOutOfBoundsException but data wise that does not make any sense. Does anyone know if the functionality to handle drop downs will be added in some future release? Thanks. Mariya.
-----Original Message----- From: Danny Mui [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 08, 2005 2:15 AM To: POI Users List Subject: Re: Drop down list help There is no API support for those constructs. HSSF SHOULD be able to handle the load/write aspect of it without (ArrayIndexOutOfBoundsException should be nailed in CVS) any problem. Klimenko, Mariya wrote: >Does anyone know how to handle drop down lists with poi? >Thanks. > > >--------------------------------------------------------------------- >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/ --------------------------------------------------------------------- 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/
