How will you connect or read two or more different excel files in the automation anywhere task?
Answer Posted / Manorma Sharma
In Automation Anywhere, you can use Excel objects (i.e., xlSheet, xlWorkbook) to open and manipulate multiple Excel files. First, create an instance of xlApp, then open each file using xlOpen method, and finally read data from them as needed.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers