コード例 #1
0
ファイル: queryToXlsx.php プロジェクト: homberghp/peerweb
 public function setAutoZebra($az)
 {
     $this->autoZebra = $az;
     if ($this->autoZebra) {
         $this->rainBow = RainBow::aRGBZebra();
     }
     return $this;
 }