Skip to content
This repository was archived by the owner on Oct 25, 2024. It is now read-only.

v0.3.0

Choose a tag to compare

@patrickomatic patrickomatic released this 08 Aug 01:45
· 43 commits to main since this release
  • add with_x()/with_y()
  • add with_sheet_name()/without_sheet_name()
  • functions for building off a1_notation:: - cell(), row(), column() and range()

Breaking changes:

  • remove Shift trait - you can just call the shift_* functions without needing
    to include this. they are just on the structs impl now