Call JRuby from MRI?

34 Views Asked by At

I have a script that uses Win32OLE gem interact with a Microsoft Excel Spreadsheet but also needs to connect to Java database connection (JDBC).

The JRuby Win32OLE gem has several open issues (https://github.com/enebo/jruby-win32ole/issues) that doesn't allow me connect to Excel spreadsheet so I am wondering is it possible to write my Excel interaction with plain Ruby (MRI) and just call JRuby when I need to do my database interaction?

0

There are 0 best solutions below