79 public function __construct($pCategory = null, $pExcelName = null, $pPHPExcelName = null)
81 if (!is_null($pCategory) && !is_null($pExcelName) && !is_null($pPHPExcelName)) {
83 $this->_category = $pCategory;
84 $this->_excelName = $pExcelName;
85 $this->_phpExcelName = $pPHPExcelName;
87 throw new Exception(
"Invalid parameters passed.");
107 if (!is_null($value)) {
108 $this->_category = $value;
110 throw new Exception(
"Invalid parameter passed.");
129 $this->_excelName = $value;
147 $this->_phpExcelName = $value;