Mac: Copy/pasting from app to text editor pastes all lines, but Excel only the first line

See the documentation on how to export text to the clipboard:

Check which format string you have there and whether the output format is supported by the Excel import functions.
Perhaps the tab character ($char(9)) is a better separator.