Skip to content

Go语言开发根据用户的工作内容导出TAPD需求到Excel文件

Notifications You must be signed in to change notification settings

ken-house/work_report

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

work_report

从TAPD导出多个Excel文件,最终生成工作报表;

使用说明

执行命令生成可执行文件tapd.exe

go build -o tapd.exe

执行tapd.exe文件,会读取当前目录下的input_file目录下的文件

./tapd.exe

这样会生成一个VR研发中心每日工作.xlsx文件。

若要指定Excel文件目录及生成文件路径,可以指定-dir_path、-save_path参数;

./tapd.exe  -dir_path E:\work\tapd\input_file  -save_path  E:\测试.xlsx

About

Go语言开发根据用户的工作内容导出TAPD需求到Excel文件

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages