In web application [asp.net], i am upload the Excel file from admin end. now i want to display that excel sheet in my asp.net at the user end whe he click on button “Show”, is it possible to show the uploaded excel sheet in asp.net pages. Tahnk you.
Share
Not sure about any third-party or open source control but you may use ADO.NET OleDB provider through which you can read excel sheet and later you may display content via
GridViewcontrol.