Read the data from second excel and use dt.Rowcount to know the number of rows and use read range with cell as "B" + (dt.Rowcount+1).ToString - assuming data or headers start from A1 else ass the number accordingly instead of 1
In modern excel ypu can use Excel.Sheet("SheetName").Rowcount to get the number of rows