Python的Excel/Word库1. xlwings 库2. openpyxl 库3. xlrd 库4. xlwt 库5. xlutils 库6. xlsxwriter 库7. pandas 库8. Marmir 库9. python-docx 库10. textract 库参考文献
特点:xlwings 是开源且免费的,预装了 Anaconda 和 WinPython,可在 Windows 和 macOS 上运行。通过 Python 脚本或 Jupyter notebook 自动化 Excel,通过宏从 Excel 调用 Python,并编写用户定义的函数(UDF 仅适用于 Windows)...