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?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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…