Data from multiple tabs of Zerodha to Excel

Hi all, just joined today. I have a Zerodha Pi application wherein I’ve 7 Tabs, e.g. Oderbook, Scanner1,2,3,4,5,6. All tabs may have different number of columns n rows. I want to build an automation to bring few specified columns from each tab to Excel. Frankly, I do prg in Excel VBA, MT4 but, i know nothing on Uipath. Can my objective be achieved in Uipath?

you can run the vbscript code using Invoke vbscript activity.

Hi @blbirla,

it can be achieved easily in uipath , just you have to read all the sheets and take the respective columns and write them to your new sheet .