I hope I have used the right tags on this question - I'm helping a client research this question and our biggest challenge is my lack of knowledge of Excel and the client's lack of knowledge of front-end web languages - we are getting stuck somewhere in the middle:
Basically, we are trying to find a way to automatically update the content on a web page with the value from one specific cell in an Excel Online spreadsheet. The cell contains a chunk of HTML that we want to include on our page.
I see how we can "embed" a single cell with the tools Excel Online provides, but we are really interested in getting the contents only of that cell, without the Excel spreadsheet embed container or any other formatting.
Would be happy to use Javascript or PHP or even an iframe to accomplish this, but have not found any examples or similar questions in our research.
Is this even possible? And how would we go about it if so?
Thanks very much!