in reply to Open a file in append mode
What kind of object is stored in $worksheet and what does the documentation of the relevant module say about its ->write method?
You cannot simply mix and match modules that contain "Spreadsheet" or "XLS" in their name and hope that Perl will figure out how you want to use them.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Open a file in append mode
by ravi45722 (Pilgrim) on Aug 11, 2015 at 12:41 UTC | |
by Corion (Patriarch) on Aug 11, 2015 at 13:35 UTC | |
by ravi45722 (Pilgrim) on Aug 12, 2015 at 03:35 UTC | |
by afoken (Chancellor) on Aug 12, 2015 at 19:08 UTC | |
by Corion (Patriarch) on Aug 12, 2015 at 06:44 UTC | |
by poj (Abbot) on Aug 11, 2015 at 13:21 UTC |