Bug 62980 - [PATCH] Make D* functions ignore case in headings
Summary: [PATCH] Make D* functions ignore case in headings
Status: RESOLVED FIXED
Alias: None
Product: POI
Classification: Unclassified
Component: SS Common (show other bugs)
Version: unspecified
Hardware: All All
: P2 enhancement (vote)
Target Milestone: ---
Assignee: POI Developers List
URL:
Keywords: PatchAvailable
Depends on:
Blocks:
 
Reported: 2018-12-05 16:41 UTC by Patrick Böker
Modified: 2019-02-09 13:00 UTC (History)
0 users



Attachments
d*_case_sensitivity.patch (798 bytes, patch)
2018-12-05 16:41 UTC, Patrick Böker
Details | Diff
DGet.xls (53.50 KB, application/octet-stream)
2018-12-05 16:41 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 2018-12-05 16:41:03 UTC
Created attachment 36292 [details]
d*_case_sensitivity.patch

Excel (tested 2013) is case-insensitive for database and condition database headings. This patch makes POI do the same. Tests are added to the attached XLS file which should replace `test-data/spreadsheet/DGet.xls`.
Comment 1 Patrick Böker 2018-12-05 16:41:43 UTC
Created attachment 36293 [details]
DGet.xls
Comment 2 Yegor Kozlov 2019-02-09 13:00:44 UTC
Thanks for the patch. Applied in r1853268

Regards,
Yegor