Package loci.poi.hssf.dev
Class FormulaViewer
- java.lang.Object
-
- loci.poi.hssf.dev.FormulaViewer
-
public class FormulaViewer extends 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, Avik
-
-
Constructor Summary
Constructors Constructor Description FormulaViewer()
Creates new FormulaViewer
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static void
main(String[] args)
Method main pass me a filename and I'll try and parse the formulas from itvoid
parseFormulaRecord(FormulaRecord record)
Method parseFormulaRecordvoid
run()
Method runvoid
setFile(String file)
Method setFilevoid
setList(boolean list)
-
-
-
Method Detail
-
parseFormulaRecord
public void parseFormulaRecord(FormulaRecord record)
Method parseFormulaRecord- Parameters:
record
-
-
setFile
public void setFile(String file)
Method setFile- Parameters:
file
-
-
setList
public void setList(boolean list)
-
main
public static void main(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
-
-