So I need to show in my app an Excel table, that users should be able to somehow copy and paste into Excel format. I'm showing this Excel table as a Gallery, like so:
But this is not really a "table", as I said, just a Gallery with the borders shown to be darker so it mimicks an Excel table. Its various text labels that make out the "table".
My end goal is that the user can copy (in whatever way) the contents of the table (ideally directly here through power apps, but if the only way is sending an email with a table and this values.... ok, but also I don't know how to do that as well).
Tried putting the contents of the table into a collection and somehow copying that, but nope. don't know how to do that. Either way, the collection when I check it is disorganised:

And don't know how to even change it.
In a perfect world, user just copy pastes in normal way, highlighting what they want and pasting into Excel and getting this:
| Opcion |
Base |
Adicional 1 |
Adicional 2 |
Total |
| |
|
|
|
|
| |
|
|
|
|
| |
|
|
|
|
Is it possible?