I have an excel file where data is refreshing from third party application.
Problem to solve: My DJANGO web application should monitor that excel file continuously and detect a change from that excel file. Whenever there is a change then particular location of web page should be refreshed.
Could somebody please give suggestions to achieve this functionality?