data = $xls->sheets[0]['cells']; // // Load the array to address records // $this->row_offset = 1; // Skip header $this->col_offset = 1; // Excel vs. CSV $this->convertToAddresses(); } function getResult() { return $this->ab; } } ?>