Hi There.
I’m trying to grab data from an array but having a lil issue…
I am trying to use the following:
[php]
$model = array();
Foreach($rowIterator as $row){
$rowIndex = $row->getRowIndex ();
$model[$rowIndex] = array('C'=>'');
$cell = $sheet->getCell('C' . $rowIndex);
$model[$rowIndex]['C'] = $cell->getCalculatedValue();
}
$test = $model[34];
echo $test;
[/php]
But that just echos array.
but if i use print_r($model[34]);
it echos
[C] => 90R-N00WR1300T