json2excel

Crates.iojson2excel
lib.rsjson2excel
version0.1.1
sourcesrc
created_at2024-08-19 09:01:15.072502
updated_at2024-08-19 14:35:45.583836
description一个把json先齐次化后转为xlsx的库
homepage
repository
max_upload_size
id1343643
size12,589
(vintcessun)

documentation

README

一个库把json转为excel并展示

接口就一个

json2excel::array(sheet: &mut Worksheet, data: Value, tag: &str)->Result<()>

其他的如果需要自己使用

Commit count: 0

cargo fmt