Tag Archives: .net library

Calling table functions from Microsoft Excel

This article explains how the table functions of the non-commercial .net library finaquant® protos can be called from within Microsoft Excel using VBA macros. Two possible integration options are presented here: 1) Calling a .net method from an Excel macro … Continue reading

Posted in Calculation engine | Tagged , , , | 1 Comment

Persistent Table Array

PersistentTableArray and DataStore are new classes of the non-commercial .net library finaquant® protos (starting from release 1.04) that enable connection to relational databases like MySQL and Microsoft SQL in order to read/write complete tables from/to a database together with their … Continue reading

Posted in Calculation engine | Tagged , , | Leave a comment

New release: finaquant® protos 1.02

What is new in finaquant® protos release 1.02? Filtering and sorting tables Filtering and sampling tables by dates (incl. extended date functions) Subtable transformers (applying a table function on all subtables of an input table) Function routers (applying selected table … Continue reading

Posted in Calculation engine | Tagged , , , | Leave a comment

DataTable extensions

With the new release (1.02) of finaquant® protos we decided to offer most of the interface elements like the DataTable class of .net framework that connect MatrixTable class of finaquant to the outside world as free and open-source (C# code). … Continue reading

Posted in Calculation engine | Tagged , , | Leave a comment