This release comprises the following changes:
- The addition of
Cell.GetCoordinates()
and Row.GetCoordinate()
functions that fix issue #586 .
- #581 allows the
Row.WriteSlice
method to accept slices as a target instead of just pointers to slices (the old behaviour is still supported).
- #582 polishes some code a little but has no external effects.