public function updateBankBranch() { $file = rtrim($this->url, '/') . '/additional_office/do_17122015_all.xls'; $detector = new BranchDetectorXls($this, $file); $detector->setStartFrom(5)->setNameColumn(1)->setAddressColumn(2)->setWorkColumn(3)->run(); }
public function updateBankBranch() { $file = rtrim($this->url, '/') . '/common/img/uploaded/files/branches.xls'; $detector = new BranchDetectorXls($this, $file); $detector->setStartFrom(5)->setNameColumn(2)->setCityColumn(10)->setStreetColumn(11)->setHouseColumn(12)->setPhonesColumn(13)->setWorkColumn(15)->run(); }