readme

This library provides a method for quickly traversing a small part of data in a very large xlsx file.

Run Example

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

Run Tests

shell cargo test --tests