https://bz.apache.org/bugzilla/show_bug.cgi?id=60399
Bug ID: 60399 Summary: Validation NameRange doesn't reconize 'dot' character Product: POI Version: 3.15-FINAL Hardware: PC Status: NEW Severity: normal Priority: P2 Component: XSSF Assignee: dev@poi.apache.org Reporter: renau.couture-leg...@usherbrooke.ca Target Milestone: --- With 3.14, I didn't get this problem, but since I upgraded to 3.15, I've got it. The documentation about the name we can set to a cell say that we can have a 'period' character as long that it isn't the first character of the string. When I see the code, there's no validation about that character and it's now throw me an IllegalArgumentException Either is the documentation on "Name" isn't right or the code has a bug. Thanks Link to doc: https://poi.apache.org/apidocs/org/apache/poi/ss/usermodel/Name.html#setNameName(java.lang.String) -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org For additional commands, e-mail: dev-h...@poi.apache.org