User1918509225 posted
Hi twistedviper,
Thanks for your post here.
For your issue ,i suggetst that you could try to create a gridview to show the data which you copied from excel.
we cannot paste the copied data from Excel file or Clipboard to GridView and hence we need to paste the data to an ASP.Net Multiline TextBox or TextArea and then populate
GridView.
I suggest that you could try the tutorial which explain how to
Copy-and-paste-data-from-Excel-Clipboard-to-GridView-in-ASPNet:
http://www.aspsnippets.com/Articles/Copy-and-paste-data-from-Excel-Clipboard-to-GridView-in-ASPNet.aspx
Best Regards,
Kevin Shen.