openpyxl==3.1.5
# A Python library to read/write Excel 2010 xlsx/xlsm files
$ pip install openpyxl
downloads/wk
0
license
MIT
version
3.1.5
python
>=3.8
What is openpyxl?
openpyxl is a Python library for reading and writing Excel files in the .xlsx and .xlsm formats. Developers use it to programmatically create, modify, and parse Excel spreadsheets without requiring Microsoft Excel or other external applications. It's useful for automating data export, report generation, and spreadsheet manipulation tasks.
Dependencies (1)
Author
See AUTHORS