is it possible that I can display a Not-really-Excel-like table on the screen so that users can easily copy and paste the data into an Excel spreadsheet?
the ReapingGroup doesn’t work, it pastes to Excel in column A only.
p.s. I don’t need a plugin that provides any function like sorting, formula…etc.

Create a copy button that will create the output in Excel friendly format to the clipboard.

may I ask how? any example? Thanks!

Create a CSV format (comma delimited) using RG:format as text.