Пример #1
0
 public function parse()
 {
     $parser = new \models\Parser();
     $this->data = $parser->parseExcel($_POST['excel_input']);
 }