in reply to Re^2: read from xlsx is throwing error
in thread read from xlsx is throwing error

Hmmm - mysterious… What message (or error) do you get, if you try to install Spreadsheet::Read again?

Replies are listed 'Best First'.
Re^4: read from xlsx is throwing error
by ajaykannan (Novice) on Dec 19, 2016 at 11:18 UTC

    when i install again it says Spreadsheet::Read is up to date (0.69).

      Well, the most likely reason is that your script is running under a different Perl than you installed it for. So, first, you should follow Corion's advice, finding where cpan did put that module. You can search your whole C: drive with
      dir /b /s C:\Read.pm
      and you should match the result with the Perl versions that are on same:
      dir /b /s C:\perl.exe

        Or install Spreadsheet::Read on all installed perl versions :)


        Enjoy, Have FUN! H.Merijn