Docs.rs
rsheet_lib-0.1.0
rsheet_lib 0.1.0
Docs.rs crate page
MIT
OR
Apache-2.0
Links
crates.io
Source
Owners
tfpk
Dependencies
once_cell ^1.19.0
normal
regex ^1.10.3
normal
rhai ^1.17.1
normal
serde ^1.0.195
normal
serde_json ^1.0.111
normal
Versions
25.93%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
rsheet_lib
0.1.0
Module cells
Functions
In crate rsheet_lib
?
Module
rsheet_lib
::
cells
source
·
[
−
]
Functions
§
column_name_to_number
Convert a column string such as
"A"
to a zero indexed column reference.
column_number_to_name
Convert a zero indexed column cell reference to a string like
"A"
.