Password Protected Excel File
        Posted  
        
            by dhorn
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by dhorn
        
        
        
        Published on 2010-04-09T16:52:29Z
        Indexed on 
            2010/04/09
            17:13 UTC
        
        
        Read the original article
        Hit count: 336
        
I have an excel spreadsheet that is password-protected. I need to open this spreadsheet and read the data from it. I've been attempting to use the POI API to no avail. A Java solution would be preferred but any ideas would be helpful.
Edit: Yes, I have the password.
Edit2: I am unable to open it with POI with the password, I am looking for an alternate solution.
© Stack Overflow or respective owner