Skip to content

Commit

Permalink
Added a note to the README about XLS export.
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenmcd committed Aug 3, 2012
1 parent 50641c0 commit c2f6103
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -211,8 +211,18 @@ values. For example you could enter ``{{ request.user.username }}`` and
the field will be pre-populated with a user's username if they're
authenticated.

XLS Export
==========

By default, django-forms-builder provides export of form entries via
CSV file. You can also enable export via XLS file (Microsoft Excel)
by installing the `xlwt`_ package::

$ pip install xlwt

.. _`pip`: http://www.pip-installer.org/
.. _`setuptools`: http://pypi.python.org/pypi/setuptools
.. _`South`: http://south.aeracode.org/
.. _`django-email-extras`: https://github.com/stephenmcd/django-email-extras
.. _`PGP`: http://en.wikipedia.org/wiki/Pretty_Good_Privacy
.. _`xlwt`: http://www.python-excel.org/

0 comments on commit c2f6103

Please sign in to comment.