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

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

Uses of SpreadsheetLoader.Config in org.formulacompiler.spreadsheet
 

Methods in org.formulacompiler.spreadsheet with parameters of type SpreadsheetLoader.Config
static Spreadsheet SpreadsheetCompiler.loadSpreadsheet(java.io.File _file, SpreadsheetLoader.Config _config)
          Loads a spreadsheet from a file and constructs an internal representation of it.
static Spreadsheet SpreadsheetCompiler.loadSpreadsheet(java.lang.String _originalFileName, java.io.InputStream _stream, SpreadsheetLoader.Config _config)
          Loads a spreadsheet from a file and constructs an internal representation of it.
 SpreadsheetLoader SpreadsheetLoader.Factory.newInstance(SpreadsheetLoader.Config __config)
          Factory method.