Open skanel opened 3 years ago
$collection = Importer::make('Excel')->load($filepath)->setParser(new ProductParser( $staff, array('value1') ))->getCollection();
how to skip the header row.?
$collection = Importer::make('Excel')->load($filepath)->setParser(new ProductParser( $staff, array('value1') ))->getCollection();
how to skip the header row.?