Changeset 27568

Show
Ignore:
Timestamp:
12/30/08 00:23:26 (4 years ago)
Author:
lopnor
Message:

fix pod

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/Net-Google-Spreadsheets/trunk/lib/Net/Google/Spreadsheets.pm

    r27567 r27568  
    152152 
    153153  # get a cell 
    154   my $cell = $worksheet->cell(1,1); 
     154  my $cell = $worksheet->cell({col => 1, row => 1}); 
    155155 
    156156  # update input value of a cell 
     
    169169  my @rows = $worksheet->rows; 
    170170 
    171   my $row = $worksheet->row(1); 
     171  # search a row 
     172  my $row = $worksheet->row({sq => 'name = "Nobuo Danjou"'}); 
    172173 
    173174  # update content of a row