从保存在共享文件夹中的MS ACCESS数据库中获取数据

I am creating an Employee Evaluation form using HTML/CSS. The Management team was asking if there's a way to add dynamic graphs or reports within the form. I understand it is possible but here's my scenario:

  • I am saving the HTML file in a Sharepoint Page
  • The raw data where for the graph can only be either in Excel or Access that is saved in a shared folder within the company
  • I don't have access to the servers.

Having said that, is it possible to pull data from an access database saved in a shared folder? If Javascript or PHP is needed to accomplish this, I am willing to learn. Thanks!