Currently, I am working on converting an Excel based calculator to a calculator that can be used on the web. This particular calculator relies on information stored in a data table with several thousands of cells.
Is there a way I can use JavaScript to get the value of a specified cell from the Excel data table? If so, how would I go about starting this process?
I have been searching for a way to do this all day, and I can't find a solution that will work for me. I tried saving the Excel table as an html file so I could work with the data that way, but the auto-generated output was over 70,000 lines and impossible to work with.
If anyone knows a way to get the value of a specified cell in Excel using JavaScript, please let me know. Any help will be greatly appreciated, and thank you in advance!