Help for this page

Select Code to Download


  1. or download this
    {
      local $/=undef;
      open FILE, "xl/workbook.xml" or die "Couldn't open file: $!";
    ...
      my $member_workbook = <FILE>;
      close FILE;
    }
    
  2. or download this
    #!/usr/local/bin/perl
    # package Spreadsheet::XLSX;
    ...
    # Copyright (C) 2005 Ken Prows. All rights reserved.
    
    # This script is free software; you can redistribute it and/or modify 
    +it under the same terms as Perl itself.