.. py:module:: petlx.xlsx

Excel .xlsx (openpyxl)
======================

Extension module providing functions for reading from and writing to Excel (.xlsx) files.

The package openpyxl is required. Instructions for installation can be found at
https://bitbucket.org/ericgazoni/openpyxl/wiki/Home or try ``pip install openpyxl``.

.. autofunction:: fromxlsx

.. autofunction:: toxlsx
