findtext_sheet 0.1.2

Search text in SpreadSheet
Documentation
  • Coverage
  • 50%
    1 out of 2 items documented0 out of 1 items with examples
  • Size
  • Source code size: 39.78 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.42 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 33s Average build duration of successful builds.
  • all releases: 30s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • nabbisen/findtext-sheet-rs
    0 0 2
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • nabbisen

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: