Docs.rs
json2excel-0.1.1
json2excel 0.1.1
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
crates.io
Source
Owners
vintcessun
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%
of the crate is documented
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
json2excel
Function
array
Copy item path
Source
pub fn array(sheet: &mut
Worksheet
, data:
Value
, tag: &
str
) ->
Result
<
()
>