Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: Tearing appart complex spreadsheets ??

by BillKSmith (Monsignor)
on Dec 21, 2020 at 00:25 UTC ( [id://11125516]=note: print w/replies, xml ) Need Help??


in reply to Tearing appart complex spreadsheets ??

Welcome back Wiggins:

The oo methods in your function require an object. Create that object with the method 'new'.

#my $workbook = ReadData($file_path); my $workbook = Spreadsheet::Read->new($file_path);
Bill

Replies are listed 'Best First'.
Re^2: Tearing appart complex spreadsheets ??
by Wiggins (Hermit) on Dec 23, 2020 at 16:01 UTC
    Thanks a million. That worked (of course) Thanks!!

    It is always better to have seen your target for yourself, rather than depend upon someone else's description.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (4)
As of 2024-04-19 02:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found