0

Can someone help me with this? I have a table in Excel with a lot of data and I want to display this data in dropdown menu in my website. Here's more specific:

Table:
| ROW1 | Data | Data | Data | RESULT | RESULT |
| ROW2 | Data | Data | Data | RESULT | RESULT |

Now, I need to choose from 4 different drop downs on my website and than show the result from the last 2 columns of the table. How can I achive this?

The website is developed with HTML, CSS, JS/jQuery, so if it's possible I want to use this languages. If not, I'll implement another one.

Brian Tompsett - 汤莱恩
  • 5,753
  • 72
  • 57
  • 129
user3330053
  • 173
  • 1
  • 16

1 Answers1

0

I think you can do the job with your desired languages. Following link can be usable.

How can I pass local Excel file data to Javascript array (for google charts)?

Community
  • 1
  • 1
azeem
  • 1