/[webpac2]/trunk/lib/WebPAC/Output/Excel.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/lib/WebPAC/Output/Excel.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1202 by dpavlin, Mon Aug 4 21:47:27 2008 UTC revision 1203 by dpavlin, Fri May 29 18:16:32 2009 UTC
# Line 14  worksheet Line 14  worksheet
14  line  line
15  ));  ));
16    
17    use WebPAC::Path;
18  use Spreadsheet::WriteExcel;  use Spreadsheet::WriteExcel;
19  use File::Slurp;  use File::Slurp;
20  use Encode qw/decode/;  use Encode qw/decode/;
# Line 68  sub init { Line 69  sub init {
69                  return 0;                  return 0;
70          }          }
71    
72            mk_base_path( $self->path );
73    
74          $self->workbook( Spreadsheet::WriteExcel->new( $self->path ) ) ||          $self->workbook( Spreadsheet::WriteExcel->new( $self->path ) ) ||
75                  $log->logdie("can't open ", $self->path,": $!");                  $log->logdie("can't open ", $self->path,": $!");
76    

Legend:
Removed from v.1202  
changed lines
  Added in v.1203

  ViewVC Help
Powered by ViewVC 1.1.26