Crates.io | simple-xlsx-traversaler |
lib.rs | simple-xlsx-traversaler |
version | 0.1.0 |
source | src |
created_at | 2023-04-04 08:23:26.392513 |
updated_at | 2023-04-04 08:23:26.392513 |
description | a simple tool to quickly traver top rows in a very large xlsx file |
homepage | |
repository | https://github.com/Ahuang0107/simple-xlsx-traversaler |
max_upload_size | |
id | 829976 |
size | 42,985 |
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:
cargo run --example check_top_100_rows
cargo test --tests