Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Problems with Microsft's new Office 'XML'

by graq (Curate)
on Oct 04, 2005 at 16:57 UTC ( [id://497331]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use Data::Dumper;
    use XML::Parser;
    ...
                 ErrorContext => 2,
                 );
    $p->parsefile('Spreadsheet.xls');
    
  2. or download this
    use IO::File;
    use Data::Dumper;
    ...
        );
      $p->parse_file($fh);
      $p->eof;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (3)
As of 2024-04-26 06:56 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found