To start importing a file, you can use ->load($filename). The callback is optional.
->load($filename)
Excel::load('file.xls', function($reader) { // reader methods });