Bug 61730

Summary: Add CellAddress iterator to CellRangeAddressBase
Product: POI Reporter: Javen O'Neal <onealj>
Component: SS CommonAssignee: POI Developers List <dev>
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: P2    
Version: 4.0.x-dev   
Target Milestone: ---   
Hardware: All   
OS: All   

Description Javen O'Neal 2017-11-07 00:18:25 UTC
It may be helpful to iterate over the cells spanned by a cell range.
Comment 1 Javen O'Neal 2017-11-07 07:36:44 UTC
Applied in r1814448. This iterator defaults to row-major order.