Bug 57007

Summary: [patch] Implement DGET and DMIN functions
Product: POI Reporter: Patrick Böker <patrick.boeker>
Component: HSSFAssignee: POI Developers List <dev>
Status: RESOLVED FIXED    
Severity: enhancement Keywords: PatchAvailable
Priority: P2    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: All   
Attachments: dget_dmin.diff

Description Patrick Böker 2014-09-23 13:56:22 UTC
Created attachment 32046 [details]
dget_dmin.diff

- Add framework for D* functions.
- Implement DGET and DMIN.

The framework does currently not handle the full feature set of conditions that Excel allows.

Supported:
- numeric comparisons
- string comparisons

Not supported:
- wildcards ? and * in string conditions
- functions as conditions
Comment 1 Dominik Stadler 2014-12-28 10:49:35 UTC
Thanks for the patch, it is applied now via r1648166.