Log In
Follow finaquant
Visit first
News
29 June 2015: Python module for table functions is available for download
8 Jan 2015: New release (1.08) of finaquant® protos is available for download
7 Jan 2015: New Release (1.05) of Excel Add-In is available for download-
Recent articles
- Top-Down Distribution of Quality Measurement Requirements using Table Functions in Python
- A Simple Notation for Data Tables
- Calculating Sales Commissions in Excel
- How to Add a User-Defined Table Function to Excel
- How to Apply a User-Defined Function on Rows of a Table in Excel
- Empowering Excel with Table Valued Functions
- Testing Table Valued Functions with LINQPad
- Building a Web Service that Receives and Returns Data Tables
Categories
- Don't miss the tiger gallery!
Recent Comments
- admin on Next step: Worker ant ika (calculation node)
Termites were farming 25 million...Posted Jul 01, 2016 - Arto on Basic matrix functions with VBA/Excel (free download)
How can multiply two matrices...Posted Mar 17, 2015 - admin on Empowering Excel with Table Valued Functions
New release B104 of excel...Posted Oct 27, 2014 - lethalmarc on Importing and Exporting a DataTable from/to an Excel file
Here is a complete c#...Posted Oct 20, 2014 - ugurtanriverdi on Empowering Excel with Table Valued Functions
Hi Tunc As far as i...Posted Oct 16, 2014
- admin on Next step: Worker ant ika (calculation node)
Category Archives: Calculation engine
How to Apply a User-Defined Function on Rows of a Table in Excel
Though simple in use, Transform Rows with UDF (User-Defined Function) is one of the most powerful and versatile table functions. With this function you can manipulate every field of a table row as function of all other fields. A user-defined … Continue reading
Empowering Excel with Table Valued Functions
We are currently working on an Excel add-in named Finaquant in Excel that will make all the Matrix, Vector and most importantly, Table Valued Functions of finaquant libraries available for Excel users and programmers (macro, VBA). Table Valued Functions will … Continue reading
Testing Table Valued Functions with LINQPad
LINQPad is a lightweight software development tool for .net developers that can be installed easily within a minute. LINQPad users may find it practical to test table-valued functions of finaquant’s .net libraries Finaquant Protos or Calcs directly in LINQPad, especially … Continue reading
Posted in Calculation engine
Tagged demo, integration, LINQPad, table functions, test data, tutorial
Leave a comment
Building a Web Service that Receives and Returns Data Tables
As you will see below, it is quite easy to build a web service with the Web API Framework (ASP.NET), which: receives data tables from a web client as input parameters, makes some analytical operations on these input tables using … Continue reading
Posted in Calculation engine
Tagged DataTable, table functions, Web API, web client, web service
Leave a comment