At the moment the XSSF API does not support the combobox and listbox
controls. However, you can grab the sheet XML and search for
intersting bits of data:

XSSFSheet sheet = wb.getSheetAt(0);
CTWorksheet xml = sheet.getCTWorksheet(); // top- level xml bean
representing this sheet. If a sheet contains list or combox box they
should be there

Yegor

On Fri, Nov 18, 2011 at 9:56 AM, Rituraj P <[email protected]> wrote:
> Hi,
>     I am new user and first time using POi. i need  to read and write into
> a .xlsm file. could anyone suggest how we can achieve it using poi3.8 beta 4
> version.
> Thanks
> Rituraj
>
> --
> View this message in context: 
> http://apache-poi.1045710.n5.nabble.com/How-to-Read-and-Write-XLSM-file-containing-Controls-like-combo-Box-text-box-list-box-radio-button-ch4-tp5003407p5003407.html
> Sent from the POI - User mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> 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]

Reply via email to