excelactor 1.0.6

Batch extracting data from many excel files based on input keyword
[package]
name = "excelactor"
version = "1.0.6"
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"
keywords = ["excel", "batch", "data"]
[[bin]]
name = "excelactor"
path = "src/main.rs"

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