Example usage for org.apache.poi.ss.formula.functions FreeRefFunction interface-usage

List of usage examples for org.apache.poi.ss.formula.functions FreeRefFunction interface-usage

Introduction

In this page you can find the example usage for org.apache.poi.ss.formula.functions FreeRefFunction interface-usage.

Usage

From source file com.dataart.spreadsheetanalytics.api.model.ICustomFunction.java

/**
 * High level interface for all custom functions for spreadsheet.
 * It is a marker interface and is needed only for functions scan part (and loading into memory).
 * 
 * May provide some common methods used in all custom functions.
 */

From source file com.iesvirgendelcarmen.acceso.tema01.CalculateMortgage.java

/**
 * A simple user-defined function to calculate principal and interest.
 * 
 * @author Jon Svede ( jon [at] loquatic [dot] com )
 * @author Brian Bush ( brian [dot] bush [at] nrel [dot] gov )
 *

From source file com.wantdo.stat.excel.poi_src.formula.CalculateMortgage.java

/**
 * A simple user-defined function to calculate principal and interest.
 * 
 * @author Jon Svede ( jon [at] loquatic [dot] com )
 * @author Brian Bush ( brian [dot] bush [at] nrel [dot] gov )
 *

From source file de.enerko.reports2.functions.NormInv.java

/**
 * Java Implementation of http://support.microsoft.com/kb/827358/en-us implementing 
 * Apache POIs {@link FreeRefFunction} to be used as a user defined function.
 * 
 * Mathematics found here: 
 * https://gist.github.com/kmpm/1211922/

From source file poi.ss.examples.formula.CalculateMortgage.java

/**
 * A simple user-defined function to calculate principal and interest.
 * 
 * @author Jon Svede ( jon [at] loquatic [dot] com )
 * @author Brian Bush ( brian [dot] bush [at] nrel [dot] gov )
 *