I am using Jakarta HSSF POI to create an excel file in Java. I am able to set password protection for the whole sheet.
But I need to set it only for a few columns and the others should be editable. I checked in Excel and there is an option "Allow Users to Edit Ranges". I would otherwise like to lock specific cells. I tried the cellstyle locked but it did not work. Is this feature available in Jakarta or are there any other APIs that have this feature. Please Help. Thanks M -- View this message in context: http://www.nabble.com/Setting-Range-Protection-in-Excel-File-using-Jakarta-POI-tp24399154p24399154.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]
