Bug 47848 - [PATCH] Added method createEvaluationWorkbook() for CreationHelper.
Summary: [PATCH] Added method createEvaluationWorkbook() for CreationHelper.
Status: RESOLVED WONTFIX
Alias: None
Product: POI
Classification: Unclassified
Component: POI Overall (show other bugs)
Version: unspecified
Hardware: PC Windows XP
: P2 normal (vote)
Target Milestone: ---
Assignee: POI Developers List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-16 01:25 UTC by Petr.Udalau
Modified: 2009-12-30 12:51 UTC (History)
0 users



Attachments
Patch with implementation. (2.38 KB, text/plain)
2009-09-16 01:25 UTC, Petr.Udalau
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Petr.Udalau 2009-09-16 01:25:13 UTC
Created attachment 24274 [details]
Patch with implementation.
Comment 1 Yegor Kozlov 2009-09-16 12:30:09 UTC
Applied in r815935

Thanks,
Yegor
Comment 2 Josh Micich 2009-09-16 16:29:38 UTC
Reverted in svn r816006

I rolled this patch back (and re-opened this ticket) because there are two problems:

Firstly, the interface EvaluationWorkbook is marked "For POI internal use only" and as such it should not be directly used by the public API of POI (in this case CreationHelper).

Secondly, it is not clear how this change is useful because there is no test-case or example code supplied.  


Can you supply an explanation of what you are trying to do?  I'm sure we can find a way that doesn't expose POI's internals.
Comment 3 Josh Micich 2009-12-30 12:51:53 UTC
It looks like there might have been alternate ways to solve the problem.  I'm resolving this as WONTFIX.  Please re-open if you're able to address the issues mentioned above.