Skip to content

DowneyRem/OfficeAutomation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python OfficeAutomation

Python 办公自动化(学习)

Python 第三方库

  • pywin32 (但写出还好像VBA)
  • python-docx
  • python-pptx
  • pandas
  • xlwings
  • openpyxl
  • xlutils, xlrd(1.2.0), xlwt
  • pyfpdf
  • PyPDF2

Office 相关

  • VBA (Visual Basic for Applications)
  • Word
  • Excel
  • Power Point
  • Power Automate (原 Microsoft Flow)
  • PDF

资料

VBA 相关

python

困惑

  • 不使用 Pywin32 的前提下,除了 Excel 表格以外,在高排版要求下,办公自动化可实现吗?
  • 使用 Pywin32 并查询文档操作 com 对象,比起可录制的 VBA 的优势在哪里?