コード例 #1
0
ファイル: GazpromBank.php プロジェクト: ZyManch/zbank
 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();
 }
コード例 #2
0
ファイル: SberbankBank.php プロジェクト: ZyManch/zbank
 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();
 }