Skip to content

v3.2.0

Compare
Choose a tag to compare
@tealeg tealeg released this 20 Jun 05:25
· 191 commits to master since this release
9dabf76

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.