I have a webpage in javascript mainly that has an export to excel function.
How can I schedule that function to run and save in a spacific folder on that server every 2 hours for example?
Since this sounds like you've already built everything and just want to automate it, here is an idea:
There are probably a billion other ways to do it...