Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 864 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 864 Bytes

qXL

Overview

qXL is a dynamically loaded library using COM Interop interface to exchange data between Excel and kdb+ processes. Data serializing and de-serializing while communicating with kdb+ processes is realized with use of exxeleron’s qSharp interface.

The general functionality of the library covers:

  • Request-reply mechanism for interaction with q processes
  • Subscription interface for working with stream data (via RTD)
  • Automatic type conversion between Excel and kdb+ types
  • Support for Worksheet and VBA function calls via unified interface

Getting started

qXL download

Most recent qXL plugin for Excel can be downloaded from here.

Documentation

Installation details, documentation and examples can be found here.