Spreadsheet Toolkit

corpus.excel
Class WorkBookReference

java.lang.Object
  |
  +--corpus.excel.Component
        |
        +--corpus.excel.FormulaComponent
              |
              +--corpus.excel.WorkBookReference
All Implemented Interfaces:
java.io.Serializable

public class WorkBookReference
extends FormulaComponent

A component of a formula

See Also:
Serialized Form

Field Summary
 
Fields inherited from class corpus.excel.FormulaComponent
formula
 
Fields inherited from class corpus.excel.Component
haltOnErrors
 
Constructor Summary
WorkBookReference(java.lang.String wb, java.lang.String sheet)
           
 
Method Summary
 int length()
           
 java.lang.String toHTMLString()
          Converts information about this component into an HTML formatted String.
 java.lang.String toString()
          Converts information about this component into a String.
 
Methods inherited from class corpus.excel.FormulaComponent
getReferingFormula, parseTree
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WorkBookReference

public WorkBookReference(java.lang.String wb,
                         java.lang.String sheet)
Method Detail

toHTMLString

public java.lang.String toHTMLString()
Description copied from class: Component
Converts information about this component into an HTML formatted String.

Specified by:
toHTMLString in class Component

toString

public java.lang.String toString()
Description copied from class: Component
Converts information about this component into a String.

Specified by:
toString in class Component

length

public int length()

Spreadsheet Toolkit

Project Home Page