Can I export JRS report programmatically ?
Accepted answer
Here's one idea:
Take a look at the two URLs on the page after you select export to excel (export with live contents or export current contents).
These URLs are REST calls to generate an export using a particular report and particular parameters.
If you can get authentication working, you could, for example, call this REST URL from Python or whatever language or script you prefer.