Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Spreadsheet::XLS chokes on CGI uploads

by tbodine88 (Initiate)
on May 06, 2014 at 14:25 UTC ( [id://1085191]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $converter = Text::Iconv->new("utf-8","windows-1251");
    if ( !$excelFile ){
    ...
    seek($fh,0,0);
    my $excel = Spreadsheet::XLSX -> new ($fh,$converter);
    #(convert to html here)
    
  2. or download this
    my $file = shift @ARGV;
     my $converter = Text::Iconv->new("utf-8","windows-1251");
    my $excel = Spreadsheet::XLSX -> new ($file, $converter);
    die "open failed" unless $excel;
    #(convert to html here)
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://1085191]
Front-paged by GotToBTru
help
Chatterbox?
and the web crawler heard nothing...

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

    No recent polls found