How to read excel data using HTML page

thenvk

Adept
I am working on a simple tool design.I am stuck at pulling data from excel file.

Sample data is shown below.

excelhy.jpg


Now, For each click, I want the data to be shown with different filter option from excel. I mean depending on the image I click the data should be displayed with specific filter.

Also. Is it possible to make the data in a cell to be displayed in a specific part of HTML page?
 
@asingh, The front end is html, DB is excel. I want the HTML to pull data from excel on a mouse click. Even the data displayed should not be entire sheet, but filtered data using some column
 
You may not able to do this using simple html code you will need to use api for fetching data from excel file.

You can use JSP or ASP for doing the same.
 
Back
Top