paddleoffice库介绍

简介: paddleoffice库介绍

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假数据,太牛了吧。

image.png


3.项目介绍


官网地址www.python-office.com/

具体怎么用就不讲了,文档太全了: www.python-office.com/guide/allFu…


4.安装bug解决


image.png

拷贝: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即解决问题


目录
相关文章
|
传感器 编解码 人工智能
一个强大的音视频编解码库-rkmedia的应用
一个强大的音视频编解码库-rkmedia的应用
296 0
|
6月前
|
Shell 数据库 Python
安装graphene库
安装graphene库
|
8月前
|
数据采集 网络协议 API
Python网络编程库介绍
【4月更文挑战第3天】Python的网络编程库包括socket、requests、urllib、paramiko、Twisted和asyncio。socket提供底层套接字编程,requests简化HTTP请求,urllib处理简单HTTP任务。paramiko支持SSHv2协议,适用于远程管理。Twisted是事件驱动的网络引擎,适合高性能应用。asyncio是Python 3.4+的异步IO库,用于编写并发代码。开发者应根据需求选择合适的库,考虑版本兼容性、文档和社区支持。
|
XML 前端开发 API
【 ⑧】XPath库及其基本用法
【 ⑧】XPath库及其基本用法
144 0
|
前端开发
24 # co 库的实现
24 # co 库的实现
59 0
|
数据采集 前端开发 安全
pyquery库和parsel库的使用
pyquery库和parsel库的使用
252 0
|
C++ Windows
VS2010下安装和使用STLport库
VS2010下安装和使用STLport库
354 0
VS2010下安装和使用STLport库

热门文章

最新文章