Advertisement
Guest User

Untitled

a guest
Aug 23rd, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1.  
  2. $ongletInfos = $phpExcelObject;
  3. $balise->setMcount('254');
  4. $infosSheet = $ongletInfos[4];
  5. $colonneCRC = 'B';
  6. $lastRowInfos = $infosSheet->getHighestRow();
  7. for ($row3 = 1; $row3 <= $lastRowInfos; $row3++) {
  8. $cellRef = $infosSheet ->getCell($colonneCRC.$row3);
  9. if ($cellRef->getValue()==$NomBalise) {
  10. $crc = $infosSheet->getCell('E'.$row3);
  11. $balise->setCrc($crc);
  12. } else {
  13. }
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement