in reply to Re^9: protect excel file in perl script
in thread protect excel file in perl script

We have a requirement to protect excel sheet with password using Perl Script. Current version of Parse Excel Module which we have is " perl-Spreadsheet-ParseExcel.x86_64 0.3200-3.el5 " Issue Faced while upgrading current version into "perl package (Spreadsheet-ParseExcel-0.65.tar.gz)" : Unable to locate dependency modulesCan't locate Digest/Perl/MD5.pm in @INC (@INC contains: /usr/lib64/perl5/site_perl/5.8.8/x86_64-linux-thread-
  • Comment on Re^10: protect excel file in perl script

Replies are listed 'Best First'.
Re^11: protect excel file in perl script
by marto (Cardinal) on Mar 01, 2017 at 06:40 UTC

    You need to install prerequisites, to make life easy use cpan or cpanm:

    cpan Spreadsheet::ParseExcel

    Alternatively use the package manager that ships with your OS.