Skip to content
This repository was archived by the owner on Aug 13, 2025. It is now read-only.

v3.2.0

Choose a tag to compare

@tealeg tealeg released this 20 Jun 05:25
· 209 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.