Forum Discussion
pbiembeded
5 years agoRegular Visitor
Export JSON data in to CSV format on button click Of Custom Visual
Thanks for the help in advance. I have 2 questions : 1. How one can export JSON data into excel or csv from custom visual on Javascript button click event ? I want to export JSON data into CSV...
dm-p
5 years agoSuper User
Hi pbiembeded,
Your error is basically that - visuals run in a sandboxed iframe and are not permitted to export data. The only permission currently set is allow-scripts.
It is unlikely that MS will change this, but you can always make a feature request in the GitHub repo for the SDK. There is already one for something similar that you could probably add your voice to.
Regards,
Daniel