on 2022 Oct 07 2:00 PM
Good day Experts,
We are trying to implement a functionality to export data from CPQ Product container into Microsoft Excel. We have created a button to export the data.
We have tried to use the Javascript Blob API, it works but processing is very slow on the user interface.
window.URL.createObjectURL(new Blob([data], {type: "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;base64,"}))
Are there other options to use IronPython in order the same result?
Request clarification before answering.
Hi Yogananda,
The screenshot is from a Product configuration container attribute.
Do you perhaps have sample of the java script and ironpython script to achieve above.
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
sabelok
It looks like quote table in your screenshot of the table. you can write a ironPython script to query table content to generate the results and you can export it through Javascript button for your script developed.You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
9 | |
3 | |
3 | |
2 | |
2 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.