cancel
Showing results for 
Search instead for 
Did you mean: 

Export CPQ product container data into Excel

sabelok
Discoverer
0 Kudos
566

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?

Accepted Solutions (0)

Answers (2)

Answers (2)

sabelok
Discoverer
0 Kudos

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

yogananda
Product and Topic Expert
Product and Topic Expert
0 Kudos

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.