I have a JAVA program which uses POI library to generate a xls file, and I want to prevent users to add, delete or copy the worksheets. I try to use the writeProtectWorkbook function in HSSFWorkbook class, but it doesn't work. Is there any other way to do so? Please advice, thank you very much!
Kevin -- View this message in context: http://www.nabble.com/Protect-workbook-for-structure-tp24316602p24316602.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]
