it fails due to access denied.
By default a SQL Agent Job SSIS step runs under the Agent service account and by the error message this account don't have the permissions to access the Excel file.
Grant permissions for that account or better use an Agent proxy account with e.g, your credentials, see