https://bz.apache.org/bugzilla/show_bug.cgi?id=58253
Bug ID: 58253
Summary: [PATCH] Minor changes to CellReference
Product: POI
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: enhancement
Priority: P2
Component: SS Common
Assignee: [email protected]
Reporter: [email protected]
Created attachment 33006
--> https://bz.apache.org/bugzilla/attachment.cgi?id=33006&action=edit
CellReference.java patch
A few minor changes to CellReference:
* Compare cellRefString.toUpperCase() with "#REF!" for CellReference(String)
* Change private separateRefParts(String) to return a struct instead of a
3-element String array. The goal here was to make the code easier to read and
more flexible if POI supports cell references external to the workbook, though
I don't know if creating an object is more expensive (time or memory) than a
String array. Do we have a good way to test this?
* Update javadoc for separateRefParts
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]