diff --git a/Resources/WPy64-3720/python-3.7.2.amd64/OpenRPA_RobotDB.exe b/Resources/WPy64-3720/python-3.7.2.amd64/OpenRPA_RobotDB.exe new file mode 100644 index 00000000..66a6265c Binary files /dev/null and b/Resources/WPy64-3720/python-3.7.2.amd64/OpenRPA_RobotDB.exe differ diff --git a/Sources/pyOpenRPA/Tools/RobotDB/ExcelCom.py b/Sources/pyOpenRPA/Tools/RobotDB/ExcelCom.py new file mode 100644 index 00000000..41bf0ea6 --- /dev/null +++ b/Sources/pyOpenRPA/Tools/RobotDB/ExcelCom.py @@ -0,0 +1,11 @@ +import win32com.client as win32 +def OpenWorkbook(xlapp, xlfile): + try: + xlwb = xlapp.Workbooks(xlfile) + except Exception as e: + try: + xlwb = xlapp.Workbooks.Open(xlfile) + except Exception as e: + print(e) + xlwb = None + return(xlwb) \ No newline at end of file diff --git a/Sources/pyOpenRPA/Tools/RobotDB/HowToUse b/Sources/pyOpenRPA/Tools/RobotDB/HowToUse new file mode 100644 index 00000000..c77ebd23 --- /dev/null +++ b/Sources/pyOpenRPA/Tools/RobotDB/HowToUse @@ -0,0 +1,62 @@ +https://www.tutorialspoint.com/online_jquery_editor.php + + +Try jQuery Online + +