https://bz.apache.org/bugzilla/show_bug.cgi?id=61749 Bug ID: 61749
Summary: Replace case sensitive comparisons where Microsoft
Office behavior is case insensitive
Product: POI
Version: unspecified
Hardware: PC
OS: All
Status: NEW
Severity: normal
Priority: P2
Component: POI Overall
Assignee:
[hidden email]
Reporter:
[hidden email]
Target Milestone: ---
Created attachment 35520
-->
https://bz.apache.org/bugzilla/attachment.cgi?id=35520&action=editcase sensitive comparisons that possibly should be case insensitive
POI may be too restrictive with case sensitive string comparisons, such as
sheet names in a workbook. Where the Microsoft Office behavior is case
insensitive, POI should use String#equalsIgnoreCase(String) or
String.toLowerCase(Locale.ROOT)/String.toUpperCase(Locale.ROOT).
I found a few case sensitive comparisons with a few greps.
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail:
[hidden email]
For additional commands, e-mail:
[hidden email]