Excel file that is present on the local machine need to be read into asp page where the data is to be displayed in a table, can you help me in this please. There are code snippets that i can find which explains reading data from the file when the file is present on the server.
Share
You have to upload the Excel file to the server first.
Here is other question about ASP file upload: how to upload files with asp-classic