[Bug 56781] XSSFName.validateName(String) Only Checks for the First Character's Validity and Presence of Spaces

2016-10-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=56781 Javen O'Neal changed: What|Removed |Added Status|NEEDINFO|RESOLVED

[Bug 56781] XSSFName.validateName(String) Only Checks for the First Character's Validity and Presence of Spaces

2016-10-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=56781 Javen O'Neal changed: What|Removed |Added Blocks||60246 -- You are

[Bug 56781] XSSFName.validateName(String) Only Checks for the First Character's Validity and Presence of Spaces

2016-06-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=56781 --- Comment #4 from Javen O'Neal --- Reverted back to using Character.isLetter in r1749305 because Regular Expressions \p{IsAlphabetic} metaclass is not supported in Java 6. -- You are receiving this mail because: You are

[Bug 56781] XSSFName.validateName(String) Only Checks for the First Character's Validity and Presence of Spaces

2016-06-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=56781 Javen O'Neal changed: What|Removed |Added Status|NEW |NEEDINFO ---

[Bug 56781] XSSFName.validateName(String) Only Checks for the First Character's Validity and Presence of Spaces

2014-07-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56781 --- Comment #1 from Ryan O'Meara rome...@live.com --- Side note: If I manage to get the POI environment setup, I'd be willing to take a crack at a patch for this -- You are receiving this mail because: You are the assignee for the bug.

[Bug 56781] XSSFName.validateName(String) Only Checks for the First Character's Validity and Presence of Spaces

2014-07-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56781 --- Comment #2 from Nick Burch apa...@gagravarr.org --- http://poi.apache.org/howtobuild.html and http://poi.apache.org/guidelines.html should hopefully cover you on getting started to contribute FormulaParser currently has logic for