Did you install the Laravel Excel package with composer?
If so, and you aren't using Laravel 5.5 or greater, you'll have to manually add the Service Provider and Facade in config/app.php.
Versions of Laravel prior to 5.5 don't have the Package Auto Discovery feature.
As a last resort, try composer dump-autoload and composer install again.