Uses of Class
org.formulacompiler.spreadsheet.SpreadsheetBinder.Config

Packages that use SpreadsheetBinder.Config
org.formulacompiler.spreadsheet Contains the public compile-time API of AFC's spreadsheet compiler, which extends the core functional model compiler. 
 

Uses of SpreadsheetBinder.Config in org.formulacompiler.spreadsheet
 

Methods in org.formulacompiler.spreadsheet with parameters of type SpreadsheetBinder.Config
 SpreadsheetBinder SpreadsheetBinder.Factory.newInstance(SpreadsheetBinder.Config _config)
          Factory method.
static SpreadsheetBinder SpreadsheetCompiler.newSpreadsheetBinder(SpreadsheetBinder.Config _config)
          Returns a new instance of a spreadsheet binder, which is used to associate input and output cells of a spreadsheet with Java methods.