let targetTableElm = document.getElementById(tableId); let wb = XLSX.utils.table_to_book(targetTableElm, { sheet: prefix }); XLSX.writeFi