# Buildsheet autogenerated by ravenadm tool -- Do not edit. NAMEBASE= python-openpyxl VERSION= 3.1.2 KEYWORDS= python VARIANTS= v11 v12 SDESC[v11]= Read/write Excel 2010 xlsx/xlsm files (3.11) SDESC[v12]= Read/write Excel 2010 xlsx/xlsm files (3.12) HOMEPAGE= https://openpyxl.readthedocs.io CONTACT= Python_Automaton[python@ironwolf.systems] DOWNLOAD_GROUPS= main SITES[main]= PYPIWHL/6a/94/a59521de836ef0da54aaf50da6c4da8fb4072fb3053fa71f052fd9399e7a DISTFILE[1]= openpyxl-3.1.2-py2.py3-none-any.whl:main DF_INDEX= 1 SPKGS[v11]= single SPKGS[v12]= single OPTIONS_AVAILABLE= PY311 PY312 OPTIONS_STANDARD= none VOPTS[v11]= PY311=ON PY312=OFF VOPTS[v12]= PY311=OFF PY312=ON USES= cpe DISTNAME= openpyxl-3.1.2.dist-info CPE_PRODUCT= openpyxl CPE_VENDOR= python GENERATED= yes [PY311].RUN_DEPENDS_ON= python-et-xmlfile:single:v11 [PY311].USES_ON= python:v11,wheel [PY312].RUN_DEPENDS_ON= python-et-xmlfile:single:v12 [PY312].USES_ON= python:v12,wheel [FILE:1217:descriptions/desc.single] :alt: coverage status Introduction ------------ openpyxl is a Python library to read/write Excel 2010 xlsx/xlsm/xltx/xltm files. It was born from lack of existing library to read/write natively from Python the Office Open XML format. All kudos to the PHPExcel team as openpyxl was initially based on PHPExcel. Security -------- By default openpyxl does not guard against quadratic blowup or billion laughs xml attacks. To guard against these attacks install defusedxml. Mailing List ------------ The user list can be found on http://groups.google.com/group/openpyxl-users Sample code:: from openpyxl import Workbook wb = Workbook() # grab the active worksheet ws = wb.active # Data can be assigned directly to cells ws['A1'] = 42 # Rows can also be appended ws.append([1, 2, 3]) # Python types will automatically be converted import datetime ws['A2'] = datetime.datetime.now() # Save the file wb.save("sample.xlsx") Documentation ------------- The documentation is at: https://openpyxl.readthedocs.io * installation methods * code examples * instructions for contributing Release notes: https://openpyxl.readthedocs.io/en/stable/changes.html [FILE:114:distinfo] f91456ead12ab3c6c2e9491cf33ba6d08357d802192379bb482f1033ade496f5 249985 openpyxl-3.1.2-py2.py3-none-any.whl