How do you extract information from Excel into HTML?

MLDC

New member
I'm looking to write html code (in notepad) that has the user input a number and click submit, then I want to take an excel file that is the number.xlsx and display the information from a certain cell. How do I do this?
 
Do not use HTML, that is not proper, HTML is simply going to be the 'display', you're going to want to use XML to relay the information and the math, using Tables int he excel sheet.

Then create a 'Spry', or a 'Data Array' to insert the information from the HTMl document containing the XML information that was extracted from the excel spreadsheet.
 
Back
Top