Open jabedbd opened 8 years ago
$cellFeed = $worksheet->getCellFeed(); foreach ($cellFeed->getEntries() as $entry) { echo $entry->getValues; }
i'm trying with the code. but it's not working...
$cellFeed = $worksheet->getCellFeed(); foreach ($cellFeed->getEntries() as $entry) { echo $entry->getValues; }
i'm trying with the code. but it's not working...