Skip to content

traggatt/xlloop

 
 

Repository files navigation

XLLoop X64 Version, 64bit

Tested on Windows 7 64bit, Microsoft Visual Studio 2015 Community Edition, Microsoft Excel 2016 64bit

Excel User-Defined Functions in Java, Javascript, Ruby, Python, Erlang

Download

More information and downloads can be found at: xlloop.sf.net

Requirements

You need the following two libraries compiled for x64:

  • xlcall32.lib : Download and install the Excel SDK. You'll find the lib in <installdir>/Excel2013XLLSDK/Excel2013XLLSDK/lib/x64
  • yajl.lib : Compiled via this project

Compile the 64bit XLLoop.xll

  1. Checkout this repository
  2. Open & Build the yajl_x64 Project
  3. The generated yajl.lib is your yajl_64.lib
  4. Open the xlloop-addin_x64 Project
  5. Create a lib folder, eg xlloop-addin_x64\lib\x64
  6. Add the yajl_x64.lib (step 2.1) and the xlcall32.lib (excel sdk) into this directory
  7. Build the project
  8. Load the generated xlloop.xll into you 64bit excel

About

XLLoop Excel Function (UDF) Server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 47.2%
  • C++ 19.8%
  • C 19.2%
  • HTML 9.2%
  • C# 0.9%
  • Lua 0.9%
  • Other 2.8%