A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Hi Laurent
If you use Power Query or the Get & Transform tools in Excel 2016 you can import the table in parts and append the parts
You'll have to break the large table into pieces yourself and append the pieces using the append query .
The question is if the server takes a long time to return the first row because of some heavy processing that needs to take place in the server or that the number of returned rows is so big.
If the cause is the first, breaking the table into manageable pieces will not help.
Dany Hoter (Excel team)