raj_monk has asked for the wisdom of the Perl Monks concerning the following question:

Hi Monks, How to read the write protect xls using Spreadsheet::ParseExcel? while am using i got encrypted error. Please advise? Thanks, Rajendran

Replies are listed 'Best First'.
Re: Handling write protect xls
by Corion (Patriarch) on Jul 26, 2010 at 14:21 UTC
      Is there any other module to achieve this task?

        If you are running on windows, You might be able to do it by running MS Excel, and automate the process using a module like Win32::OLE

        You'll have to do the research yourself and put some effort to accomplish what you want.