I have one word table … I need to read them and pick up some data and put this data in Excel dataTable… How I do it?
Check as below for your reference
https://forum.uipath.com/t/tutorial-how-to-check-a-string-is-present-in-excel-sheet-part-1/243696/2
Hope this helps you
Thanks
Just get a text in excel I know… my problem is … from word to excel!
But thanks for your help.
For Word use Word activities of uipath
Use Word Application Scope->give path of the file
Use Read Text->which will give you output as Text
If you have a pattern to find your string then you can use Regex to identify
Use Excel activities to store into a excel file
Hope this helps you
Thanks
Yes, I try with this (word application scope) … I will try the regex… thanks