xlsx v3.2.0 Release Notes

Release Date: 2020-06-20 // almost 4 years ago
  • ๐Ÿš€ 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.