/[SQL2XLS]/sql2xls.cgi
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 /sql2xls.cgi

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

revision 7 by dpavlin, Mon Nov 3 18:50:02 2008 UTC revision 8 by dpavlin, Mon Nov 3 18:51:49 2008 UTC
# Line 114  foreach my $sql_file (@sql_files) { Line 114  foreach my $sql_file (@sql_files) {
114                  my $fmt_comment = $workbook->addformat();    # Add a format                  my $fmt_comment = $workbook->addformat();    # Add a format
115                  $fmt_comment->set_bold();                  $fmt_comment->set_bold();
116    
117                    $comment =~ s/^\s+//;
118                    $comment =~ s/\s+$//;
119    
120                  $worksheet->write($row, 0, _c($comment), $fmt_comment);                  $worksheet->write($row, 0, _c($comment), $fmt_comment);
121                  $row+=2;                  $row+=2;
122          }          }

Legend:
Removed from v.7  
changed lines
  Added in v.8

  ViewVC Help
Powered by ViewVC 1.1.26