Bug 45973 - POI 3.5b3: there is no way to construct a FormulaEvaluator
Summary: POI 3.5b3: there is no way to construct a FormulaEvaluator
Status: RESOLVED FIXED
Alias: None
Product: POI
Classification: Unclassified
Component: POI Overall (show other bugs)
Version: 3.5-dev
Hardware: PC Windows Vista
: P2 normal (vote)
Target Milestone: ---
Assignee: POI Developers List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-09 04:56 UTC by Richard Evans
Modified: 2008-11-11 03:55 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Richard Evans 2008-10-09 04:56:02 UTC
There is no factory method to construct a FormulaEvaluator
Comment 1 Yegor Kozlov 2008-11-11 03:55:06 UTC
Fixed in r713021

Usage:
FormulaEvaluator evaluator = workbook.getCreationHelper().createFormulaEvaluator();

Also reflected in the docs: http://poi.apache.org/spreadsheet/eval.html

Yegor