Seeking advice on a complex task I'm facing. I'm currently managing a vast spreadsheet (266 rows with 70 columns, and growing) which serves as a database. I want to transfer this data from Excel to an intranet page. Currently, I'm using a mix of HTML and Javascript for functionality, but the task of ensuring data accuracy is proving to be quite challenging. Is there a way to export the Excel file to a specific format (like CSV or XML) and then develop a program on an HTML page to automatically display all this data in a table format? Is this even feasible?
Unfortunately, I don't have access to a server for assistance, so everything needs to be coded on the page itself.
Thank you to everyone for your valuable input!