.. py:module:: petlx.xls

Excel .xls (xlrd)
=================

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

The packages xlrd, xlwt and xlutils are required. Try ``pip install xlrd xlwt xlutils``.

.. autofunction:: fromxls

.. autofunction:: toxls

