Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: Unicode path with Spreadsheet::XLSX

by huck (Prior)
on Mar 18, 2018 at 02:18 UTC ( [id://1211172]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub __load_zip {
        my ($filename) = @_;
    ...
        
        return $zip;
    }
    
  2. or download this
      open (my $MYfh,'<',$MYpath) or die "cant open $MYPath @!";        
      my $excel = Spreadsheet::XLSX -> new ($MYfh);
    
  3. or download this
      my $MYfh; 
      openL (\$MYfh, '<:encoding(UTF-8)', $MYPath)
              or die ("unable to open $file ($^E)");
      my $excel = Spreadsheet::XLSX -> new ($MYfh);
    

Log In?
Username:
Password:

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

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

    No recent polls found