Help for this page

Select Code to Download


  1. or download this
     $footer = $excel->add_format(); $footer->set_font('Verdana'); $footer
    +->set_color('Blue');
        $footer->set_size(9); $footer->set_bold(); $footer->set_top(); $fo
    +oter->set_left();
        $footer->set_right(); $footer->set_bottom();
    
  2. or download this
    $sheet->write($srow,$scol,'=FORMULA',$footer);