Example #1
0
 function _parsesheet($spos)
 {
     parent::_parsesheet($spos);
     $this->addcell(-1, 0, "");
     $this->_headers = array();
     $this->_data = array();
     $this->_last_row = -1;
 }