Docs.rs
xls-rs-0.1.2
xls-rs 0.1.2
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
yingkitw
Dependencies
anyhow ^1.0
normal
apache-avro ^0.17
normal
arrow-array ^54
normal
arrow-schema ^54
normal
axum ^0.7
normal
optional
calamine ^0.26
normal
chrono ^0.4
normal
clap ^4.5
normal
clap_complete ^4.5
normal
csv ^1.3
normal
ctrlc ^3
normal
optional
dirs ^5.0
normal
glob ^0.3
normal
notify ^6
normal
optional
parquet ^54
normal
rayon ^1.10
normal
regex ^1.10
normal
rmcp ^0.14
normal
serde ^1.0
normal
serde_json ^1.0
normal
tempfile ^3.12
normal
thiserror ^1.0
normal
tokio ^1
normal
toml ^0.8
normal
tower ^0.4
normal
optional
tower-http ^0.5
normal
optional
ureq ^2.12
normal
zip ^2.2
normal
Versions
48.14%
of the crate is documented
Platform
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
Skip to main content
Module csv_handler
xls_rs
0.1.2
Module csv_
handler
Module Items
Structs
Functions
In crate xls_
rs
xls_rs
Module
csv_
handler
Copy item path
Source
Structs
§
Cell
Range
Represents a cell range like A1:B3
Cell
Range
Helper
Helper struct for CellRangeProvider implementation
CsvHandler
Streaming
CsvReader
Streaming CSV reader for large files - processes rows one at a time
Streaming
CsvWriter
Streaming CSV writer for large files
Functions
§
sanitize_
csv_
row
Sanitize an entire row of CSV values
sanitize_
csv_
value
Sanitize a cell value to prevent CSV delimiter injection. Prefixes dangerous leading characters with a single quote to neutralize them. Also handles embedded newlines by quoting the value.