Spreadsheet addresses
Convert spreadsheet addresses to coordinates and vice versa in a fully tested and documented way!

Are you working on a spreadsheet application or something of the sort? What, you are not sure how to implement these address names? No worries - i have got you covered!
Examples
Convert from addresses to structs...
use ;
let coordinate1 = from_address;
let coordinate2 = from_address;
assert_eq!;
assert_eq!;
...or the other way around!
use Coordinate;
let coordinate = new;
let address = coordinate.to_address;
assert_eq!;