Uses of Package
net.sf.jett.formula

Packages that use net.sf.jett.formula
net.sf.jett.formula Provides support for JETT Formulas and CellReferences. 
net.sf.jett.model Provides value objects for JETT processing and enumerated objects for things like style values. 
net.sf.jett.parser Provides classes for scanning and parsing any text-based value in JETT. 
net.sf.jett.transform Provides the classes and API necessary to transform pre-existing Excel template spreadsheets (.xls and .xlsx are supported) into new spreadsheets that are fully populated with user data. 
net.sf.jett.util Provides utility functionality for JETT. 
 

Classes in net.sf.jett.formula used by net.sf.jett.formula
CellRef
          A CellRef is a subclass of the POI class CellReference that provides a correct equals method and adds the concept of a default value.
 

Classes in net.sf.jett.formula used by net.sf.jett.model
CellRef
          A CellRef is a subclass of the POI class CellReference that provides a correct equals method and adds the concept of a default value.
Formula
          A Formula represents an Excel-like formula inside "$[" and "]" delimiters.
 

Classes in net.sf.jett.formula used by net.sf.jett.parser
CellRef
          A CellRef is a subclass of the POI class CellReference that provides a correct equals method and adds the concept of a default value.
 

Classes in net.sf.jett.formula used by net.sf.jett.transform
Formula
          A Formula represents an Excel-like formula inside "$[" and "]" delimiters.
 

Classes in net.sf.jett.formula used by net.sf.jett.util
CellRef
          A CellRef is a subclass of the POI class CellReference that provides a correct equals method and adds the concept of a default value.
Formula
          A Formula represents an Excel-like formula inside "$[" and "]" delimiters.
 



Copyright © 2012-2013 Jett Team. All Rights Reserved.