Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: No Excel data found in file

by aitap (Curate)
on Aug 22, 2014 at 10:01 UTC ( [id://1098297]=note: print w/replies, xml ) Need Help??


in reply to No Excel data found in file

You forgot to specify the error message you got.

It probably says: Can't locate object method "new" via package "Spreadsheet::ParseExcel" (perhaps you forgot to load "Spreadsheet::ParseExcel"?). Consulting perldiag (or feeding this message to splain, or adding use diagnostics;) yields:

(F) You called a method correctly, and it correctly indicated a package functioning as a class, but that package doesn't define that particular method, nor does any of its base classes. See perlobj.
You commented out the code which loads Spreadsheet::ParseExcel, but you continue to use this module. You need to consult the documentation of Spreadsheet::XLSX and change your program accordingly.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1098297]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (4)
As of 2024-04-25 23:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found