| Crates.io | findtext_sheet |
| lib.rs | findtext_sheet |
| version | 0.1.2 |
| created_at | 2025-03-07 02:34:09.581377+00 |
| updated_at | 2025-03-16 02:56:13.822747+00 |
| description | Search text in SpreadSheet |
| homepage | |
| repository | https://github.com/nabbisen/findtext-sheet-rs |
| max_upload_size | |
| id | 1582204 |
| size | 40,291 |
Search text in SpreadSheet
First, add dependency:
cargo add findtext_sheet
Usage:
use findtext_sheet::search;
fn awesome_fn(keyword: &str, filepath: &str) {
let ret = search(keyword, filepath);
}
Available in Assets in Releases. Cross-platform supported.
findtext_sheet <keyword> <filepath>
# will print out like:
# Sheet1: (4, 1) = hej
# which means `<sheet-name>: (cell <row>, <column>) = <cell value>`
Depends on: