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

o/p Workbook has 1 sheets Can't locate object method "get_cell" via package "Spreadsheet::ParseExcel::Worksheet" at test.pl line 18. -bash-3.2$ no we are writing the content in the spreadsheet.but it should be password protected
  • Comment on Re^16: protect excel file in perl script

Replies are listed 'Best First'.
Re^17: protect excel file in perl script
by marto (Cardinal) on Mar 22, 2017 at 12:11 UTC
Re^17: protect excel file in perl script
by poj (Abbot) on Mar 22, 2017 at 12:57 UTC
    no we are writing the content in the spreadsheet

    To be clear, you have an existing unprotected spreadsheet. You don't want to read from it or write to it, you just want to password protect it using a perl script. Is that correct ?

    poj
      yes correct
        sorry can't help you