1 Star 1 Fork 1

lyra/xlwings

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Cargo.toml 562 Bytes
一键复制 编辑 原始数据 按行查看 历史
[package]
name = "xlwings"
version = "0.0.0"
edition = "2021"
publish = false
[package.metadata.maturin]
name = "xlwings.xlwingslib"
[lib]
name = "xlwings"
crate-type = ["cdylib"]
[dependencies]
calamine = {git = "https://github.com/xlwings/calamine", rev = "ed0a4bde9ae0d0abaeeaed26b0fbd5b20cce91b8", features = ["dates"] }
chrono = { version = "0.4.31", features = ["serde"], default-features = false }
# abi3 wheels aren't supported as DateTime is not part of the ABI spec (PEP 384)
pyo3 = { version = "0.19.2", features = ["extension-module", "chrono"] }
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/lyra_bj/xlwings.git
[email protected]:lyra_bj/xlwings.git
lyra_bj
xlwings
xlwings
main

搜索帮助