Bug 57007 - [patch] Implement DGET and DMIN functions
Summary: [patch] Implement DGET and DMIN functions
Status: RESOLVED FIXED
Alias: None
Product: POI
Classification: Unclassified
Component: HSSF (show other bugs)
Version: unspecified
Hardware: PC All
: P2 enhancement (vote)
Target Milestone: ---
Assignee: POI Developers List
URL:
Keywords: PatchAvailable
Depends on:
Blocks:
 
Reported: 2014-09-23 13:56 UTC by Patrick Böker
Modified: 2014-12-28 10:49 UTC (History)
0 users



Attachments
dget_dmin.diff (54.68 KB, text/plain)
2014-09-23 13:56 UTC, Patrick Böker
Details

Note You need to log in before you can comment on or make changes to this bug.
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.