I am generating an excel (.xls
) file from HTML table data using a Table2Excel.js
library and I need to store it at a temporary location, I need to then fetch this file using the temporary path name and send it as an email attachment.
If there is a workaround, it'll be most appreciated.
Edit: Sending an email isn't the focus of question here.