I am implementing something like, after clicking on button, I am fetching excel file from backend, and it is giving me backend url for excel file. Now I want to render this file. In your example, it is taking input file, I tried to do from my side, but I am not able to. How to access api call result (excel file) and then render like you did in example.
I am implementing something like, after clicking on button, I am fetching excel file from backend, and it is giving me backend url for excel file. Now I want to render this file. In your example, it is taking input file, I tried to do from my side, but I am not able to. How to access api call result (excel file) and then render like you did in example.
code onclick button is something like: