http://qs321.pair.com?node_id=11125516


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.