excel读取类完成

This commit is contained in:
jie
2024-07-07 23:13:44 +08:00
parent 8639f8787d
commit bc1f8d4eaa
12 changed files with 581 additions and 24 deletions

View File

@@ -11,4 +11,8 @@ fltk = { version = "^1.4", features = ["fltk-bundled"] }
calamine="0.25.0"
serialport="4.4.0"
rusqlite="0.25.4"
libsqlite3-sys = { version = "0.22.2", features = ["bundled"] }
libsqlite3-sys = { version = "0.22.2", features = ["bundled"] }
chrono="0.4.38"
log="0.4.22"
once_cell="0.1.8"
lazy_static="1.5.0"