3 releases

new 0.1.2 Mar 16, 2025
0.1.1 Mar 7, 2025
0.1.0 Mar 7, 2025

#1173 in Text processing

Download history 262/week @ 2025-03-05

262 downloads per month

Apache-2.0

20KB
109 lines

Find Text Sheet

crates.io Documentation Dependency Status Releases Workflow License

Summary

Search text in SpreadSheet

Development

First, add dependency:

cargo add findtext_sheet

Usage:

use findtext_sheet::search;

fn awesome_fn(keyword: &str, filepath: &str) {
    let ret = search(keyword, filepath);
}

Executable Usage

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>`

Acknowledgements

Depends on:

Dependencies

~8MB
~205K SLoC