コード例 #1
0
ファイル: XMLController.php プロジェクト: RMMusic/CSE
 public function downloadXLS($xml_file)
 {
     $this->_parce('xml/' . file::_get_path() . '/' . $xml_file);
     $excel = new Excel_($this->data->getContent());
     $excel->_getMockup();
 }