• Providing SQL Server has the correct permissions and access to the file you could install and use AccessDatabaseEngine to get data from the spreadsheet like this

    OPENROWSET (

    'Microsoft.ACE.OLEDB.12.0' ,

    'Excel 12.0;HDR=NO;IMEX=1;Database=spreadsheet.xlsx',

    'SELECT * FROM [Sheet1$]')

    Far away is close at hand in the images of elsewhere.
    Anon.