Searching an Excel Sheet with JavaScript

This took some significant amount of time to put together when it really shouldn’t have. Sharing the code here to save anyone else the trouble. Objective We will be trying to set up an HTML page that allows users to input a search phrase and trigger a search through an Excel sheet with data. Approach […]