sql读取excel

select * from 
openrowset('Microsoft.ACE.OLEDB.12.0','Excel 12.0;HDR=YES;IMEX=1;DATABASE=d:\test.xls',sheet2$)

你可能感兴趣的:(sql读取excel)