For each spreadsheet row, using axios, we make a request that downloads the ... let response = await axios.get(row.url, {responseType: 'arraybuffer'}); ...
確定! 回上一頁