https://bz.apache.org/bugzilla/show_bug.cgi?id=58402
Javen ONeal <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #33099|0 |1 is obsolete| | --- Comment #2 from Javen ONeal <[email protected]> --- Created attachment 33198 --> https://bz.apache.org/bugzilla/attachment.cgi?id=33198&action=edit AreaReference.java.patch Rebased to r1710170. In this patch: * deprecate AreaReference(CellReference, CellReference), in favor of AreaReference(CellReference, CellReference, SpreadsheetVersion) * use static constants where ever possible * pre-allocate a fixed-length list for getAllReferencedCells * add many much-needed unit tests Remaining work: fix either the unit tests or the code For example, AreaReference("A1:B65536", EXCEL97).isWholeColumn() is false because it doesn't include dollar signs. AreaReference("A:B").isWholeColumn() is false because it doesn't include numbers. This doesn't seem like the correct behavior. -- 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]
