Esempio n. 1
0
 /**
  * Add a cellStyleXf to the workbook
  *
  * @param PHPExcel_Style $pStyle
  */
 public function addCellStyleXf(PHPExcel_Style $pStyle)
 {
     $this->cellStyleXfCollection[] = $pStyle;
     $pStyle->setIndex(count($this->cellStyleXfCollection) - 1);
 }