Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: Trying to modify multisheets using Spreadsheet::ParseExcel::SaveParser

by poj (Abbot)
on Aug 12, 2015 at 08:05 UTC ( [id://1138283]=note: print w/replies, xml ) Need Help??


in reply to Trying to modify multisheets using Spreadsheet::ParseExcel::SaveParser

Check the names of your worksheets, maybe you have leading spaces

#!usr/bin/perl use strict; use warnings; use Spreadsheet::ParseExcel::SaveParser; my $parser = Spreadsheet::ParseExcel::SaveParser->new(); my $xls = 'B_MUM_dashboard_month_latency_corrected_FDB.XLS'; my $wb = $parser->Parse($xls); for ($wb->worksheets){ print "'$_->{Name}'\n"; }
poj
  • Comment on Re: Trying to modify multisheets using Spreadsheet::ParseExcel::SaveParser
  • Download Code

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (3)
As of 2024-04-24 21:35 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found