|
Displaying Excel Data in a Webpage
I'm trying to figure out the best way to approach this.
I have a protected section on a website for employees. My client wants to add the employee schedule. She keeps this information in an Excel file. She wants to be able to just upload the excel file and have the information display. There will be many cells with data. She will be updating this file and uploading it daily.
I could have her save the excel file as html before uploading, but I'm not sure if that would display correctly on all platforms.
What's the best and most efficient way to do this?
|