Skip to content

Releases: chonla/cellwalker

Fixed inconsistency

17 Oct 03:02

Choose a tag to compare

This release fixed function names inconsistency.

Breaking Changes

  • Rightmost function is now RightMost
  • Bottommost function is now BottomMost

Position access from CellWalker

12 Nov 08:49

Choose a tag to compare

This release provides an access to RowIndex, ColumnIndex, ColumnName from CellWalker.

Current position to range determination

09 Nov 04:33

Choose a tag to compare

This release support determination of current position top range, IsAtTopBoundary, IsAtBottomBoundary, IsAtLeftBoundary, IsAtRightBoundary.

Range support

09 Nov 04:09

Choose a tag to compare

This release supports range and its traversal.

Offset Support

05 Nov 13:09

Choose a tag to compare

This release support row/column offset. See test.

Column/Row Jumper

05 Nov 10:10

Choose a tag to compare

This release add support for Column and Row Jumper by .Column() and .Row().

Initial Release

05 Nov 09:54

Choose a tag to compare

1.0.0

Initial commit