Java

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • SuperFly07
    New Member
    • Jul 2007
    • 4

    #1

    Java

    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.
  • JosAH
    Recognized Expert MVP
    • Mar 2007
    • 11453

    #2
    Originally posted by SuperFly07
    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.
    Can the Apache POI project be of any help?

    kind regards,

    Jos

    Comment

    Working...