|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.poi.hssf.dev.FormulaViewer
public class 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 Summary | |
---|---|
FormulaViewer()
Creates new FormulaViewer |
Method Summary | |
---|---|
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 |
void |
setList(boolean list)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FormulaViewer()
Method Detail |
---|
public void run() throws java.lang.Exception
java.lang.Exception
public void parseFormulaRecord(FormulaRecord record)
record
- public void setFile(java.lang.String file)
file
- public void setList(boolean list)
public static void main(java.lang.String[] args)
args
- pass one argument with the filename or --help
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |