Did you try the 'setLocked' method of an assigned style:

CellStyle yellowInputBackgroundStyle = wb.createCellStyle();
yellowInputBackgroundStyle.setLocked(false);  //or true


"Penumullu, Appesereddy" <[email protected]> wrote on 
2013-06-18 02:27:54 AM:

> From: "Penumullu, Appesereddy" <[email protected]>
> To: "[email protected]" <[email protected]>, 
> Date: 2013-06-18 11:37 AM
> Subject: FW: Re: How to make readonly cell
> 
> 
> Please let us know  the solution for this if you find any to protect
> single cell.
> We refer  following  link but we have not find any solution
> http://mail-archives.apache.org/mod_mbox/poi-user/200907.mbox/%
> [email protected]%3E
> 
> 
> Regards&Thanks
> 
> Appesereddy.P.
> 

Reply via email to