Help for this page

Select Code to Download


  1. or download this
    use OpenOffice::OODoc;
    my $document=odfDocument(file=>'test.ods');
    ...
        $document->updateCell("Sheet1",$rr,0,$rr."0");
    }
    $document->save;