This library provides a method for quickly traversing a small part of data in a very large xlsx file.
copy a xlsx file into examples/
folder, and rename it to example.xlsx
. then run the command below:
shell
cargo run --example check_top_100_rows
shell
cargo test --tests