You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to use xlloop for a POC. It works awesome with xls. But now need to compile with VC++ and I get too many errors.. Can some one please point me some docs step by step procedure to compile the plugin?
The text was updated successfully, but these errors were encountered:
We've just open sourced our own solution which should make it much easier to connect your user defined functions with your Excel sheets: https://github.com/PATRONAS/opuxl
Contributions appreciated :)
In case anyone still needs it (and because I really like xlloop so far). Looks like the xlloop version that I eventually build is stable and I tested in on a few machines including win7 and win10. Here is the list of parameters I used to build it: http://alexacomputing.com/files/notes/xlloop/vs_notes.html. You can also find there the visual studio project (I added an additional function to the original project which starts automatically java server if it is not running. You may want to remove it from the code).
Haven't tried to rebuild yet the opuxl project but unfortunately the addin downloaded from this webpage is not working. I posted an issue above (which I fixed for xlloop but it still exists for opuxl)
I want to use xlloop for a POC. It works awesome with xls. But now need to compile with VC++ and I get too many errors.. Can some one please point me some docs step by step procedure to compile the plugin?
The text was updated successfully, but these errors were encountered: