コード例 #1
0
ファイル: import.php プロジェクト: drognisep/Simple-Groupware
 function _parsesheet($spos)
 {
     parent::_parsesheet($spos);
     $this->addcell(-1, 0, "");
     $this->_headers = array();
     $this->_data = array();
     $this->_last_row = -1;
 }