excelactor 0.2.1

Batch extracting data from many excel files based on input keyword
[package]
name = "excelactor"
version = "0.2.1"
edition = "2024"
description = "Batch extracting data from many excel files based on input keyword"
readme = "README.md"
license = "MIT OR Apache-2.0"
authors = ["Sina"]
repository = "https://github.com/kagetora66/excelactor"
[[bin]]
name = "excelactor"
path = "src/main.rs"

[dependencies]
umya-spreadsheet = "2.3.1"
regex = "1.11.1"
csv = "1.3.1"
rfd = "0.11"
anyhow = "1.0"
walkdir = "2.4"