org.apache.poi.hssf.dev
Class FormulaViewer

java.lang.Object
  |
  +--org.apache.poi.hssf.dev.FormulaViewer

public class FormulaViewer
extends java.lang.Object

FormulaViewer - finds formulas in a BIFF8 file and attempts to read them/display data from them. Only works if Formulas are enabled in "RecordFactory"

Author:
andy

Constructor Summary
FormulaViewer()
          Creates new FormulaViewer
 
Method Summary
 java.lang.String composeForumla(FormulaRecord record)
           
static void main(java.lang.String[] args)
          Method main pass me a filename and I'll try and parse the formulas from it
 void parseFormulaRecord(FormulaRecord record)
          Method parseFormulaRecord
 void run()
          Method run
 void setFile(java.lang.String file)
          Method setFile
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormulaViewer

public FormulaViewer()
Creates new FormulaViewer
Method Detail

run

public void run()
         throws java.lang.Exception
Method run
Throws:
java.lang.Exception -  

parseFormulaRecord

public void parseFormulaRecord(FormulaRecord record)
Method parseFormulaRecord
Parameters:
record -  

composeForumla

public java.lang.String composeForumla(FormulaRecord record)

setFile

public void setFile(java.lang.String file)
Method setFile
Parameters:
file -  

main

public static void main(java.lang.String[] args)
Method main pass me a filename and I'll try and parse the formulas from it
Parameters:
args - pass one argument with the filename or --help


Copyright © 2002 Apache jakarta-poi project. All Rights Reserved.