Embeded Microsoft Excel in Angular
-
Hello, I am trying to get the result from my report and display it in my Angular web page, just like you display the result here in the jsreport platform.
With PDF, I was able to display the PDF preview handling the bytes from the response, but I had no success doing so with xlsx.
When inspecting the jsreport screen, I noticed that the Microsoft Excel preview was rendered using an iframe, and its src was something like
"blob:https://playground.jsreport.net/76b248fc-58b2-4254-99f9-4ea201e85e00".Is this the only way to embed the Excel into the web page?
If so, how can I retrieve this "id" (76b248fc-58b2-4254-99f9-4ea201e85e00) ?Thank you
-
This topic is described here
https://jsreport.net/learn/office-preview
-
Thanks!