import data from excel to SQL server from a web page without uploading

import data from excel to SQL server from a web page without uploading

Hi,
 

Want to import data from excel to SQL server from a web page, but wonder whether it is possible to do it without uploading the excel file from client's machine to server first.
 
Can JQuery help pass that data in any format (say, xml) to a aspx page on server side?    
 
I saw a lot of articles out there using .net, but they all need to upload it firstly.
 
thanks a lot