when exporting a table using the js-xlsx and file-saver plug-ins, the cell width will not be adaptive when the cell content is too long.
:
when exporting a table using the js-xlsx and file-saver plug-ins, the cell width will not be adaptive when the cell content is too long.
:
I use this , can you see if it can solve
Hello, can you ask how to export the form? I use saver to export the table, the blob data is table.innerHTML and then the type of excel is exported. When the file is opened, the file name is incorrect or the file type does not match.
Brother, have you solved it? I have this problem, too!
has it been solved now?
it is recommended that you do not export Excel, data directly from the front-end js. If you go to the backend, you can export as much data as you want. The frontend should not bother with this requirement. Of course, it is purely personal advice.