Uses of Class
org.apache.poi.ss.formula.FormulaParseException

Packages that use FormulaParseException
org.apache.poi.hssf.model Provides low level API structures for reading, writing, modifying XLS files. 
org.apache.poi.ss.usermodel   
org.apache.poi.xssf.streaming   
 

Uses of FormulaParseException in org.apache.poi.hssf.model
 

Methods in org.apache.poi.hssf.model that throw FormulaParseException
static Ptg[] HSSFFormulaParser.parse(java.lang.String formula, HSSFWorkbook workbook)
          Convenience method for parsing cell formulas.
static Ptg[] HSSFFormulaParser.parse(java.lang.String formula, HSSFWorkbook workbook, int formulaType)
           
static Ptg[] HSSFFormulaParser.parse(java.lang.String formula, HSSFWorkbook workbook, int formulaType, int sheetIndex)
           
 

Uses of FormulaParseException in org.apache.poi.ss.usermodel
 

Methods in org.apache.poi.ss.usermodel that throw FormulaParseException
 void Cell.setCellFormula(java.lang.String formula)
          Sets formula for this cell.
 

Uses of FormulaParseException in org.apache.poi.xssf.streaming
 

Methods in org.apache.poi.xssf.streaming that throw FormulaParseException
 void SXSSFCell.setCellFormula(java.lang.String formula)
          Sets formula for this cell.
 



Copyright 2012 The Apache Software Foundation or its licensors, as applicable.