Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: protect excel file in perl script

by madtoperl (Hermit)
on Jan 17, 2017 at 14:04 UTC ( [id://1179745]=note: print w/replies, xml ) Need Help??


in reply to protect excel file in perl script

If I understand your question correctly, you are trying to open the password protected excel file and parse it,
Use Win32::OLE module and try this. my $sheet = $Excel->Workbooks->Open( { FileName => $filetoread, Password => $pas +s } );

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1179745]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (4)
As of 2024-04-25 04:43 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found