| |
|
| java.lang.Object org.apache.poi.hssf.dev.FormulaViewer
FormulaViewer | public class FormulaViewer (Code) | | 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 author: Avik |
FormulaViewer | public FormulaViewer()(Code) | | Creates new FormulaViewer
|
main | public static void main(String args)(Code) | | 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 |
parseFormulaRecord | public void parseFormulaRecord(FormulaRecord record)(Code) | | Method parseFormulaRecord
Parameters: record - |
setFile | public void setFile(String file)(Code) | | Method setFile
Parameters: file - |
setList | public void setList(boolean list)(Code) | | |
|
|
|