Bug 63700

Summary: [PATCH] Make D* functions work with numeric result column
Product: POI Reporter: Patrick Böker <patrick.boeker>
Component: SS CommonAssignee: POI Developers List <dev>
Status: RESOLVED FIXED    
Severity: enhancement Keywords: PatchAvailable
Priority: P2    
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: All   
Attachments: dget_num_col.patch
DGet.xls

Description Patrick Böker 2019-08-27 07:48:17 UTC
Created attachment 36737 [details]
dget_num_col.patch

It is apparently possible in the D* functions to pass the desired result column (second argument) numerically as well. This patch adds that functionality. Added tests to check for that. I only verified this on Excel 2013.
Comment 1 Patrick Böker 2019-08-27 07:49:25 UTC
Created attachment 36738 [details]
DGet.xls

To be placed in test-data\spreadsheet\DGet.xls
Comment 2 Dominik Stadler 2019-12-31 10:42:05 UTC
Applied via r1872136, thanks for the Patch!