Any Java Gurus out there that can help. I need to write a java class which will disable password protection on the Excel file in a folder and we use that file to store data in table. So code must automate disabling password protection and then upload to our sybase database using our Java loader. I am trying to automate this process. The process is we get a excel file which is password protected, password is supplied to us, we input the password and use java loader to upload to our sysbase datase.
Java
Collapse
X
-
Tags: None
-
Can the Apache POI project be of any help?Originally posted by SuperFly07Any Java Gurus out there that can help. I need to write a java class which will disable password protection on the Excel file in a folder and we use that file to store data in table. So code must automate disabling password protection and then upload to our sybase database using our Java loader. I am trying to automate this process. The process is we get a excel file which is password protected, password is supplied to us, we input the password and use java loader to upload to our sysbase datase.
kind regards,
Jos
Comment