Bug 44608 - [patch] PercentPtg needs OperationEval implementor
Summary: [patch] PercentPtg needs OperationEval implementor
Status: RESOLVED FIXED
Alias: None
Product: POI
Classification: Unclassified
Component: HSSF (show other bugs)
Version: unspecified
Hardware: All All
: P2 normal (vote)
Target Milestone: ---
Assignee: POI Developers List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-14 11:51 UTC by Josh Micich
Modified: 2008-03-16 08:39 UTC (History)
0 users



Attachments
svn diff of 3 changed files (23.89 KB, patch)
2008-03-14 12:44 UTC, Josh Micich
Details | Diff
tar bz2 of 3 added files and one edited spreadsheet (42.94 KB, text/plain)
2008-03-14 12:47 UTC, Josh Micich
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Josh Micich 2008-03-14 11:51:09 UTC
POI currently parses '%' tokens in formulas OK, but HSSFFormulaEvaluator does not support PercentPtg yet.
Comment 1 Josh Micich 2008-03-14 12:44:59 UTC
Created attachment 21669 [details]
svn diff of 3 changed files
Comment 2 Josh Micich 2008-03-14 12:47:45 UTC
Created attachment 21670 [details]
tar bz2 of 3 added files and one edited spreadsheet

Note - this tar also includes one edited file:
src/testcases/org/apache/poi/hssf/data/FormulaEvalTestData.xls 
because svn diff skips it.
Comment 3 Nick Burch 2008-03-16 08:39:15 UTC
Thanks for this patch Josh, applied to svn trunk