I´m Using invoke code with the excel path as input argument and open as Microsoft.Office.Interop.Excel.Workbook and i want to convert to UiPath.Excel.workbookApplication to use their methods
Ineterop’s Workbook and Uipath.Excel’s Workbook are not compatible.
Microsoft.Interop is a ComObject-based library, but Uipath is not compatible with each other because it uses XML, OpenOffice-based SDKs such as ClosedXML and NPOI.
Thanks for the clarification, i expected it.
do you know how to open a uipath workbook application from the invoke code activity?
I am decompiling and viewing uipath.excel, uipath.excel.application is implemented as Interop, and workbookfile is implemented as Closedxml.
It seems unlikely to be implemented, but what more can I do to help? About casting?
OR Using
thanks a lot man !! , it is all that i was looking for
I am happy to be able to help you.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.