r1646@llin: dpavlin | 2007-11-20 10:30:52 +0100
[webpac2] / lib / WebPAC / Input / Excel.pm
index c66864e..72d6095 100644 (file)
@@ -9,7 +9,7 @@ use base qw/WebPAC::Common/;
 
 =head1 NAME
 
-WebPAC::Input::Excel - support for Microsoft Excell and compatibile files
+WebPAC::Input::Excel - support for Microsoft Excel and compatibile files
 
 =head1 VERSION
 
@@ -96,7 +96,7 @@ Return record with ID C<$mfn> from database
 
   my $rec = $self->fetch_rec( $mfn );
 
-}
+Columns are named C<A>, C<B> and so on...
 
 =cut