Cargo Features

XlsxBatchReader has no features set by default.

[dependencies]
xlsx_batch_reader = { version = "0.1.13", features = ["cached", "xlsxwriter", "full"] }
default

默认不启用任何额外功能

cached full?

启用缓存功能

Affects read::CachedSheet

xlsxwriter full? = rust_xlsxwriter

定义名为"rust_xlsxwriter"的feature,依赖于"dependency_writer"

Affects xlsx_batch_reader::write

full = cached, xlsxwriter

启用所有feature

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

rust_xlsxwriter xlsxwriter?

Enables rust_xlsxwriter ^0.76.0