TableExport icon indicating copy to clipboard operation
TableExport copied to clipboard

Any time a cell contains a "Carriage Return" followed by "Linefeed" characters, the export will render the text over multiple rows when exporting into `.xls` file

Open MikeAlhayek opened this issue 6 years ago • 0 comments

Any time a cell contains a "Carriage Return" followed by "Linefeed" characters, the export will render the text over multiple rows when exporting into .xls file

To Reproduce Steps to reproduce the behavior: Create a table with the following characters

[CR][LF]Preparation Notes 00778911[CR][LF]1st: VM
\r\nPreparation Notes 00778911\r\n1st: VM

Expected behavior all text gets exported in one cell and not overlap into a second row.

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: Windows 7
  • Browser FireFox 64

** TableExport Version

  • v5.1.0

MikeAlhayek avatar Dec 19 '18 17:12 MikeAlhayek