Loading external lib recently broke + XSLX import workaround

Hey @fsarron-ext,
I tried the snippet you sent with the solution suggested in a previous thread. This should help.

window = {};
pm.sendRequest(https://unpkg.com/[email protected]/dist/xlsx.full.min.js, (err, res) => {
eval(res.text());
// now using lib
var wb = XLSX.utils.book_new();
});

Thanks,
Meena