Bug 48706 - Can't create password protect excel file.writeProtectWorkbook method not work
Summary: Can't create password protect excel file.writeProtectWorkbook method not work
Status: RESOLVED FIXED
Alias: None
Product: POI
Classification: Unclassified
Component: HSSF (show other bugs)
Version: 3.6-FINAL
Hardware: PC Windows XP
: P1 critical with 16 votes (vote)
Target Milestone: ---
Assignee: POI Developers List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-08 22:30 UTC by susanta ghosh
Modified: 2015-05-22 15:59 UTC (History)
1 user (show)



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description susanta ghosh 2010-02-08 22:30:47 UTC
HSSFWorkbook wb = new HSSFWorkbook();
			
wb.writeProtectWorkbook("susanta","susanta ghosh");
Comment 1 Dominik Stadler 2015-05-22 15:59:34 UTC
There was a lot of work done on password protected files in the meantime so I expect this is fixed since a long time, therefore I am closing this as FIXED, please report new bugs for anything that is still not working.