1.paddleoffice库介绍
paddleoffice库可以生成想要的虚假数据
>>> help(office) Help on package office: NAME office PACKAGE CONTENTS api (package) cli (package) core (package) lib (package) SUBMODULES excel file image pdf ppt tools video word FILE
可见该库支持功能强大,简直无与伦比了。
2.一行命令生成excel数据
>>> help(office.excel.fake2excel) Help on function fake2excel in module office.api.excel: fake2excel(columns=['name'], rows=1, path='./fake2excel.xlsx', language='zh_CN') >>> office.excel.fake2excel(columns=['name', 'company_prefix', 'job', 'address'],rows=100) |████████████████████████████████████████| 400/400 [100%] in 0.1s (3016.51/s)
一行代码生成excel假数据,太牛了吧。
3.项目介绍
具体怎么用就不讲了,文档太全了: www.python-office.com/guide/allFu…
4.安装bug解决
拷贝:C:\miniconda3\envs\p2\Lib\site-packages\pywin32_system32下
Mode LastWriteTime Length Name ---- ------------- ------ ---- -a---- 2022/7/10 17:02 668160 pythoncom39.dll -a---- 2022/7/10 17:02 139776 pywintypes39.dll
到windows下system32即解决问题