How to copy table from email body to excel file for later processing?

Hi All ,

How can i copy only table present from whole an email body to excel file.

Thanks for help for in advance.

@sandipauti - Did you try Data Scraping? You can use this and get the data into a Datatable and then you can write an excel with the data from the Datatable.

@sandipauti Refer This

@indra - thanks for quick reply.