Hi,
I need to generate Excel file based on Word File…
The Word File Contains Table with Data…
I need to Update that table to Excel…
Any one give better suggession… Regards,
You can do Screen Scraping to select the table from the word document and extract the contents of the table into a generated DataTable. Then you can use Write Range activity to put the table in an Excel file. Please note that in order to do Screen Scraping you must have the word document open.