File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Java in General and the fly likes How to encrypt/decrypt .xls  files using java Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "How to encrypt/decrypt .xls  files using java" Watch "How to encrypt/decrypt .xls  files using java" New topic
Author

How to encrypt/decrypt .xls files using java

nalamati satyanarayana
Ranch Hand

Joined: Dec 16, 2005
Posts: 36
Hi all,
This is veera i want to encrypt and decrypt the xls files using java

Please tell me how can i achive this task

Satya
satya7499@gmail.com
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35232
    
    7
If you want to encrypt the file as a whole, have a look at the JCE API, which is the standard Java API for en- and decryption. You can find some releveant links in the http://faq.javaranch.com/java/SecurityFaq.

If you're talking about the encryption offered by Excel, have a look at the POI library.


Android appsImageJ pluginsJava web charts
nalamati satyanarayana
Ranch Hand

Joined: Dec 16, 2005
Posts: 36
Thanks
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: How to encrypt/decrypt .xls files using java
 
Similar Threads
Java and Javascript intearaction
Java and Javascript intearaction
Java and Javascript intearaction
how do i encrypt/decrypt query string.
3DES encryption and decryption