Open
Description
Copying dataframe with to_clipboard and Qt gives different results: when pasted to Excel there's one more empty line. It may be unexpected and overwrite important data.
When looking into clipboard with Free Clipboard Viewer we can see that Qt uses CR+LF linebreaks:
and pandas uses LF:
Maybe this is the source of problem.
(This isn't fixed by #9693)