Save This Page
Home » poi-src-3.2-FINAL-20081019 » org.apache » poi » hssf » dev » [javadoc | source]
org.apache.poi.hssf.dev
public class: FormulaViewer [javadoc | source]
java.lang.Object
   org.apache.poi.hssf.dev.FormulaViewer
FormulaViewer - finds formulas in a BIFF8 file and attempts to read them/display data from them. Only works if Formulas are enabled in "RecordFactory"
Constructor:
 public FormulaViewer() 
Method from org.apache.poi.hssf.dev.FormulaViewer Summary:
main,   parseFormulaRecord,   run,   setFile,   setList
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.poi.hssf.dev.FormulaViewer Detail:
 public static  void main(String[] args) 
    Method main pass me a filename and I'll try and parse the formulas from it
 public  void parseFormulaRecord(FormulaRecord record) 
    Method parseFormulaRecord
 public  void run() throws Exception 
    Method run
 public  void setFile(String file) 
    Method setFile
 public  void setList(boolean list)