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

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

Replies are listed 'Best First'.
Re^5: read from xlsx is throwing error
by soonix (Chancellor) on Dec 19, 2016 at 12:07 UTC
    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

        it is installed but still getting error friends. please help me .