This repository was archived by the owner on Oct 25, 2024. It is now read-only.
v0.3.0
- 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