I am trying to read a excel file and create one locally. I have the below code
(async function () { const fetchPromise = fetch(url); let stream = await fe