Esempio n. 1
0
 /**
  * Create a new Writer_PDF
  *
  * @param 	PHPExcel	$phpExcel	PHPExcel object
  */
 public function __construct(PHPExcel $phpExcel)
 {
     parent::__construct($phpExcel);
     $this->setUseInlineCss(true);
     $this->_tempDir = Shared_File::sys_get_temp_dir();
 }