Initial commit: Add cutPic, dexcel, and zip tools

This commit is contained in:
macro
2026-04-25 00:01:40 +08:00
commit 8fb110adbd
15 changed files with 2704 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
[package]
name = "dexcel"
version = "0.1.0"
edition = "2024"
[dependencies]
calamine = { version = "0.26", features = ["dates"] }
clap = { version = "4.5", features = ["derive"] }
rust_xlsxwriter = "0.80"
tabled = "0.16"
chrono = "0.4"