加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
go.mod 575 Bytes
一键复制 编辑 原始数据 按行查看 历史
寒霜剑客 提交于 2024-04-07 20:02 . 修改 更改module路径;
module gitee.com/hanshuangjianke/go-excel
go 1.21
require (
github.com/pkg/errors v0.9.1
github.com/xuri/excelize/v2 v2.8.0
)
require (
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 // indirect
github.com/richardlehane/mscfb v1.0.4 // indirect
github.com/richardlehane/msoleps v1.0.3 // indirect
github.com/xuri/efp v0.0.0-20230802181842-ad255f2331ca // indirect
github.com/xuri/nfp v0.0.0-20230819163627-dc951e3ffe1a // indirect
golang.org/x/crypto v0.12.0 // indirect
golang.org/x/net v0.14.0 // indirect
golang.org/x/text v0.13.0 // indirect
)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化