xmind2excel是一个工具,将xmind更改为excel。

xmind2Excel的Python项目详细描述


xmind2Excel

xmind2Excel 是用来将xmind转为xmind的通用工具

最近更新

初始发布...


############################
Last update time: 2018-11-13 
By: 8034.com

使用说明:

1) 安装:
pip install xmind2Excel
2) 执行
Python -c "from xmind2Excel.main import  Main; Main()" 
3) 按模板xmind格式要求,编写用例
4) 运行工具,把xmind转化为xls、xlsx格式的文件

注: 为方便后期操作方便 
可以 把上面的 运行命令放到bat或shell文件中,下次直接双击运行 

########################################################

源码打包

## 打包 检查
python setup.py check 
## 打包 生成
python setup.py sdist
## 上传
twine upload dist/*
## 使用
pip install xxmind 
## 更新
pip install --upgrade xxmind
## 卸载
pip uninstall -y xxmind 

########################################################

MANIFEST.in

include pat1 pat2 ...   #include all files matching any of the listed patterns
exclude pat1 pat2 ...   #exclude all files matching any of the listed patterns
recursive-include dir pat1 pat2 ...  #include all files under dir matching any of the listed patterns
recursive-exclude dir pat1 pat2 ... #exclude all files under dir matching any of the listed patterns
global-include pat1 pat2 ...    #include all files anywhere in the source tree matching — & any of the listed patterns
global-exclude pat1 pat2 ...    #exclude all files anywhere in the source tree matching — & any of the listed patterns
prune dir   #exclude all files under dir
graft dir   #include all files under dir

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
java InputStream对象在声明后关闭   java未定义名为“transactionManager”的bean重命名transactionManager   java“jar”命令何时会拒绝将类添加到java中。jar文件?   java JPA标准依赖WHERE子句   安卓中从SD卡读取文本文件时出现java错误   java直接启用类似位置的权限   使用@WebMvcTest和Mockito-BDDMockito对SpringBoot-RestController进行java测试   java JSESSIONID存储在哪里?   java jtextarea鼠标事件覆盖容器鼠标事件   java DRL无法解析动态加载的类   java是从一个方法返回多个对象的最简单方法   java自定义按钮/编辑框是否不可见?   java GUI如何在保存用户输入的同时在面板或框架之间切换   swing Java自定义JSlider不会更新   GridBagLayout中的java超过1个JPanel   java从ProjectReactor中的flux中采样除第一个元素外的所有元素   Java泛型和泛型类型   Java代码生成宽指令的jvm