Docs.rs
excel-cli-1.3.2
excel-cli 1.3.2
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
fuhan666
Dependencies
anyhow ^1.0.79
normal
calamine ^0.34.0
normal
chrono ^0.4
normal
clap ^4.5.0
normal
crossterm ^0.28.1
normal
indexmap ^2.0
normal
quick-xml ^0.39.2
normal
ratatui ^0.29.0
normal
regex ^1
normal
rust_xlsxwriter ^0.94.0
normal
serde ^1.0
normal
serde_json ^1.0
normal
tui-textarea ^0.7.0
normal
zip ^7.2.0
normal
Versions
25.93%
of the crate is documented
Platform
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
Skip to main content
Files
excel_cli/utils/
mod.rs
1
mod
cell_navigation;
2
mod
helpers;
3
4
pub use
cell_navigation::
*
;
5
pub use
helpers::
*
;