Home DevShare Designing BIRT Reports

Password protected excel reports

Share

by Raghava

DevShare - 1 postForum - 10 postsLeaderboard - 1 time
Posted 17 Mar 2012 - 09:33 AM

(0)  (0)   (202 views)

By downloading this item, you are agreeing to the Terms of Use for the site.

If your spreadsheet contains confidential information, you want to secure it against unauthorized access.The best way to achieve this is,enabling password protection.

Birt Version:-2.6

Hi All,

If your spreadsheet contains confidential information, you want to secure it against unauthorized access.The best way to achieve this is,enabling password protection.

You can allow a file to be read, but a user will need a password to be able to modify the file. This is good when you want to share information with your team, but you don't want them to change the information.Hear we are giving 'READ ONLY' permissions.

Please find the attached modified native excel emitter and sample program.We can make both XLS and XLSX reports password protected.

use below line to set your own password and make sure option name is SheetPassword only.

options.setOption("SheetPassword","your password");

please visit 'http://code.google.com/a/eclipselabs.org/p/native-excel-emitter-birt-plugin/' to know more about naive excel emiter.

Let me know if you require any more information.

RaghavaJ

Download (7.54 MB)

By downloading this item, you are agreeing to the Terms of Use for the site.



Forum - 50 postsDevShare - 1 post

Jenkinsj5

Posted: 19 Apr 2013 - 10:00 AM

Interesting, I will keep this in mind. Don't need it right now, but I can see where it would be handy.
 
Filter More