When I use data export to extract data using SOQL, the data is presented in tables, but when copy that table, usually with Copy (Excel Format) button as that's the nearest to what I want, pasting it to a word or Jira comment returns the following:
"_" "Id" "Event__c" "VerificationStatus__c"
"[ITRG_EventVerification__c]" "aDka7003544443" "00Ua7000003544443" "Confirmed"
"[ITRG_EventVerification__c]" "aDka700003544443" "00Ua700003544443" "Accepted"
"[ITRG_EventVerification__c]" "aDka700003544443" "00Ua700003544443" "Accepted"
"[ITRG_EventVerification__c]" "aDka700003544443" "00Ua70003544443" "Accepted"
"[ITRG_EventVerification__c]" "aDka700003544443" "00Ua703544443" "Accepted"
"[ITRG_EventVerification__c]" "aDka73544443" "00Ua703544443" "Accepted"
"[ITRG_EventVerification__c]" "aDka7000003544443" "00Ua7003544443" "Booked"
"[ITRG_EventVerification__c]" "aDka70003544443" "00Ua7003544443" "Booked"
The workaround is to first past it in an excel sheet and then repaste it into the intended document.
Describe the solution you'd like
Solution : Make the Copy (Excel format) return a properly table formatted copy since excel sheets are tables on there own.
Describe alternatives you've considered
Have a button that copies a properly table formatted copy 'Copy (Table format)' of the data with boarders and row title properly formatted
Additional context
What is seen in Data Export UI

What is intended to be returned when copied

When I use data export to extract data using SOQL, the data is presented in tables, but when copy that table, usually with Copy (Excel Format) button as that's the nearest to what I want, pasting it to a word or Jira comment returns the following:
The workaround is to first past it in an excel sheet and then repaste it into the intended document.
Describe the solution you'd like
Solution : Make the Copy (Excel format) return a properly table formatted copy since excel sheets are tables on there own.
Describe alternatives you've considered
Have a button that copies a properly table formatted copy 'Copy (Table format)' of the data with boarders and row title properly formatted
Additional context
What is seen in Data Export UI

What is intended to be returned when copied