Package loci.poi.hssf.dev
Class FormulaViewer
java.lang.Object
loci.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"
- Author:
- andy, Avik
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidMethod main pass me a filename and I'll try and parse the formulas from itvoidparseFormulaRecord(FormulaRecord record) Method parseFormulaRecordvoidrun()Method runvoidMethod setFilevoidsetList(boolean list)
-
Constructor Details
-
FormulaViewer
public FormulaViewer()Creates new FormulaViewer
-
-
Method Details
-
run
Method run- Throws:
Exception
-
parseFormulaRecord
Method parseFormulaRecord- Parameters:
record-
-
setFile
Method setFile- Parameters:
file-
-
setList
public void setList(boolean list) -
main
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
-