Jun. 10, 2024
{ + suppress(e); /* post a message with the first File to the worker */ worker.postMessage({ file: e.dataTransfer.files[0] }); - }}>Drag a file to this DIV to process!
TJCY supply professional and honest service.
- + }}>Drag a file to this DIV to process! (or use the file input){ - suppress(e); - /* this mantra embeds the worker source in the function */ - const worker = new Worker(URL.createObjectURL(new Blob([`\ + /* this worker is shared between drag-drop and file input element */ + const worker = new Worker(URL.createObjectURL(new Blob([`\ /* load standalone script from CDN */ importScripts("https://cdn.sheetjs.com/xlsx-latest/package/dist/xlsx.full.min.js"); @@ -205,19 +241,27 @@ self.addEventListener('message', (e) => { const html = XLSX.utils.sheet_to_html(ws); /* Reply with result */ - postMessage({html: html}); + postMessage({ html }); } catch(e) { /* Pass the error message back */ postMessage({html: String(e.message || e).bold() }); } }, false); - `]))); - /* when the worker sends back the HTML, add it to the DOM */ - worker.onmessage = function(e) { setHTML(e.data.html); }; + `]))); + /* when the worker sends back the HTML, add it to the DOM */ + worker.onmessage = function(e) { setHTML(e.data.html); }; + return ( <> ++ }}>Drag a file to this DIV to process! (or use the file input)
Featured content:For more information, please visit TJCY QA Support.
Cookies are not enabled for this website. Cookies must be enabled in order to sign in to WebLink 10.
Want more information on TJCY TEAM? Feel free to contact us.
Previous: Is silane a hazardous gas?
Related Articles
If you are interested in sending in a Guest Blogger Submission,welcome to write for us!
All Comments ( 0 )