How to copy a table from Google Sheets/Docs to Gmail

@FernandaMiranda,

You will have to read the Google sheet data into a datatable and then prepare a HTML string as per your formatting requirement and then pass it to email body.

You can also directly pass the Datatable like explained here.

Thanks,
Ashok :slight_smile: