Excel WorkbookApplication methods

I’m curious to know which are the methods we could use with the UiPath.Excel.WorkbookApplication for different uses. The one I’m talking about is, when I get a WorkbookApplication variable from the Excel Application scope (Let is it wbApp), I had been using wbApp.getsheets() to get the list of the sheets in that file. Which are the other methods which would go with the WorkbookApplication variable?

@midhunsug661
Please refer below midnight blog for list of methods that you could invoke with workbook object
https://msdn.microsoft.com/en-us/library/office/ee588993.aspx

2 Likes

Thank you very much! :slight_smile: