Bug 61730 - Add CellAddress iterator to CellRangeAddressBase
Summary: Add CellAddress iterator to CellRangeAddressBase
Status: RESOLVED FIXED
Alias: None
Product: POI
Classification: Unclassified
Component: SS Common (show other bugs)
Version: 4.0.x-dev
Hardware: All All
: P2 enhancement (vote)
Target Milestone: ---
Assignee: POI Developers List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-11-07 00:18 UTC by Javen O'Neal
Modified: 2017-11-07 07:36 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.