Skip to content

Commit

Permalink
Changed the column-number of "Abendessen" for the new incoming Excel …
Browse files Browse the repository at this point in the history
…file
  • Loading branch information
KleinDevDE committed Feb 23, 2023
1 parent dfdb6ca commit de99647
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion html/upload/upload.php
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
//echo $vegetarisch;
}
$nachtisch = $spreadsheet->getActiveSheet()->getCell($colums[$i] . '6')->getCalculatedValue();//ex 7
$abend = $spreadsheet->getActiveSheet()->getCell($colums[$i] . '10')->getCalculatedValue(); //ex 13
$abend = $spreadsheet->getActiveSheet()->getCell($colums[$i] . '8')->getCalculatedValue(); //ex 13
//$essen[$date->format('d.m')] = array($mittag, $vegetarisch, $nachtisch, $abend);
//var_dump($spreadsheet->getActiveSheet()->getCell($colums[$i] . '4')); echo '<br>';
$arrValues = [
Expand Down

0 comments on commit de99647

Please sign in to comment.