Suggestions regarding light intranet website
Basically it has the following features:
- Admins can upload an excel sheet containing details of all employees
- Each employee can login and view their specific details, which is parsed from the excel sheet
- Admins can create and edit announcements (preferably with text formatting capabilities)
Q (1) My friend suggested using WordPress in the back-end. Would this be of any advantage over a php site done from scratch, considering the above features?
Q (2) What are the best practices (modules, excel format etc) to be followed for the parsing of data from the spreadsheet? Looking forward to suggestions from people who have worked with similar scenarios.