Docs.rs
xlsx_batch_reader-0.2.3
xlsx_batch_reader 0.2.3
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
sone92cn
Dependencies
anyhow ^1.0.75
normal
chrono ^0.4.35
normal
lazy_static ^1.4.0
normal
quick-xml ^0.27.1
normal
rust_xlsxwriter ^0.76.0
normal
optional
zip ^0.6.4
normal
Versions
74.03%
of the crate is documented
Go to latest version
Platform
i686-unknown-linux-gnu
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
xlsx_
batch_
reader
0.2.3
Date32
Trait Implementations
FromCellValue
IntoCellValue
In crate xlsx_
batch_
reader
xlsx_batch_reader
Type Alias
Date32
Copy item path
Source
pub type Date32 =
i32
;
Expand description
days since UNIX epoch
Trait Implementations
§
Source
§
impl
FromCellValue
for
Date32
Source
§
fn
try_from_cval
(val: &
CellValue
<'_>) ->
Result
<
Option
<Self>>
Source
§
impl
IntoCellValue
for
Date32
Source
§
fn
try_into_cval
(self) ->
Result
<
CellValue
<'static>>