Save This Page
Home » cocoon-2.1.11-src » org.apache.cocoon.poi » hssf » dev » [javadoc | source]
org.apache.cocoon.poi.hssf.dev
public class: FormulaViewer [javadoc | source]
java.lang.Object
   org.apache.cocoon.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.cocoon.poi.hssf.dev.FormulaViewer Summary:
composeForumla,   main,   parseFormulaRecord,   run,   setFile
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.cocoon.poi.hssf.dev.FormulaViewer Detail:
 public String composeForumla(FormulaRecord record) 
 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