miniexcel 0.4.0

Streaming XLSX and CSV reader and writer for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#![allow(dead_code)]

#[cfg(feature = "async")]
pub(crate) mod async_export;
#[cfg(feature = "async")]
pub(crate) mod async_insert;
#[cfg(feature = "async")]
pub(crate) mod async_template;
#[cfg(not(target_arch = "wasm32"))]
pub(crate) mod atomic;
pub(crate) mod donor;
pub(crate) mod package;
pub(crate) mod rewrite;
pub(crate) mod style;