org.formulacompiler.spreadsheet
Class SpreadsheetLoader.Config

java.lang.Object
  extended by org.formulacompiler.spreadsheet.SpreadsheetLoader.Config
Enclosing interface:
SpreadsheetLoader

public static class SpreadsheetLoader.Config
extends java.lang.Object

Configuration data for new instances of SpreadsheetLoader.

Author:
peo

Field Summary
 boolean loadAllCellValues
          The sheet of the spreadsheet representation in which to name cells.
 
Constructor Summary
SpreadsheetLoader.Config()
           
 
Method Summary
 void validate()
          Validates the configuration.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

loadAllCellValues

public boolean loadAllCellValues
The sheet of the spreadsheet representation in which to name cells.

Constructor Detail

SpreadsheetLoader.Config

public SpreadsheetLoader.Config()
Method Detail

validate

public void validate()
Validates the configuration.

Throws:
java.lang.IllegalArgumentException