예제 #1
0
 public function gerarXlsAction()
 {
     $_POST['html'] = str_replace('display:none', '', $_POST['html']);
     parent::gerarXlsAction();
 }