a1_notation 0.3.1

A package for converting to and from A1 spreadsheet notation
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.serde]
features = ["derive"]
version = "1"

[package]
authors = ["Patrick Carroll <patrick@patrickomatic.com>"]
description = "A package for converting to and from A1 spreadsheet notation"
documentation = "https://docs.rs/a1_notation"
edition = "2021"
homepage = "https://github.com/patrickomatic/a1_notation"
keywords = ["a1", "notation", "spreadsheet", "csv", "reference"]
license = "MIT"
name = "a1_notation"
readme = "README.md"
repository = "https://github.com/patrickomatic/a1_notation"
version = "0.3.1"