Docs.rs
excelize-0.0.1
excelize 0.0.1
Permalink
Docs.rs crate page
BSD-3-Clause
Links
Homepage
Repository
crates.io
Source
Owners
xuri
Dependencies
quick-xml ^0.20
normal
serde ^1.0.118
normal
zip ^0.5.9
normal
Versions
16.36%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
excelize
0.0.1
In excelize::
utils
excelize
::
utils
Function
column_number_to_name
Copy item path
Source
pub fn column_number_to_name(col:
u32
) ->
Result
<
String
,
ExcelizeError
>