Created
September 26, 2013 07:36
-
-
Save junjihashimoto/6710956 to your computer and use it in GitHub Desktop.
How to set password for xlconnect
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Before calling loadWorkbook, call following command. | |
> .jcall("org.apache.poi.hssf.record.crypto.Biff8EncryptionKey","V","setCurrentUserPassword","password") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment