Docs.rs
json2excel-0.1.1
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
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
json2excel 0.1.1
一个把json先齐次化后转为xlsx的库
Crate
Source
Builds
Feature flags
Documentation
Coverage
0%
0
out of
6
items documented
0
out of
0
items with examples
Size
Source code size: 22.39 kB
This is the summed size of all the files inside the crates.io package for this release.
Documentation size: 632.25 kB
This is the summed size of all files generated by rustdoc for all configured targets
Links
crates.io
Dependencies
anyhow ^1.0.86
normal
indexmap ^2.4.0
normal
indextree ^4.7.2
normal
rust_xlsxwriter ^0.73.0
normal
serde ^1.0.208
normal
serde_json ^1.0.125
normal
Versions
0.1.1
0.1.0
Owners
一个库把json转为excel并展示
接口就一个
json2excel::array(sheet: &mut Worksheet, data: Value, tag: &str)->Result<()>
其他的如果需要自己使用