Advertisement
Guest User

Untitled

a guest
Jun 27th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. public function process_woe()
  2. {
  3. $objPHPExcel = new PHPExcel();
  4. $woe_processed = $objPHPExcel->setActiveSheetIndex( 0 );
  5. $objReader = PHPExcel_IOFactory::load( $this->woe_filepath );
  6. $woe = $objReader->getActiveSheet();
  7. $rcount = 1;
  8. $rncount = 1;
  9.  
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement