debian-python-pyexcel-ods/.moban.d
chfw cafad5cbfa add test dependency 2017-06-01 22:44:40 +01:00
..
tests add test dependency 2017-06-01 22:44:40 +01:00
README.rst update readme 2017-05-07 18:00:50 +01:00
requirements.txt remove duplicated information 2016-01-23 22:30:31 +00:00
setup.py update readme and classifiers 2017-02-02 21:07:42 +00:00
travis.yml update test case due to https://github.com/pyexcel/pyexcel-io/issues/29 2017-01-24 22:44:34 +00:00

README.rst

{%extends 'README.rst.jj2' %}

{%block documentation_link%}
{%endblock%}

{%block description%}
**pyexcel-ods** is a tiny wrapper library to read, manipulate and write data in
ods format using python 2.6 and python 2.7. You are likely to use it with
`pyexcel <https://github.com/pyexcel/pyexcel>`_.
`pyexcel-ods3 <https://github.com/pyexcel/pyexcel-ods3>`_ is a sister library that
depends on ezodf and lxml. `pyexcel-odsr <https://github.com/pyexcel/pyexcel-odsr>`_
is the other sister library that has no external dependency but do ods reading only
{%endblock%}

{% block pagination_note%}
Special notice 30/01/2017: due to the constraints of the underlying 3rd party
library, it will read the whole file before returning the paginated data. So
at the end of day, the only benefit is less data returned from the reading
function. No major performance improvement will be seen.

With that said, please install `pyexcel-odsr <https://github.com/pyexcel/pyexcel-odsr>`_
and it gives better performance in pagination.
{%endblock%}

{%block extras %}
Credits
================================================================================

ODSReader is originally written by `Marco Conti <https://github.com/marcoconti83/read-ods-with-odfpy>`_
{%endblock%}