Deriving the problem of non-wrapping in Excel cells in iview

when using iview to export Table data to Excel, a line wrap error occurred in the field wrapping from Table to Excel

 this.$refs.table.exportCsv({
                        filename: "The original data"
                    });

test is a wrapping display of a field in table. After exporting the table, it wraps directly to the next line instead of wrapping in the cell.
have any friends encountered the same problem?

Mar.05,2021

Hello, how did you solve it?

Menu