debian-python-pyexcel-ods/.moban.d
chfw ee6af2adf9 🔨 use pyexcel-io 0.5.10 please 2018-11-27 07:54:27 +00:00
..
tests 🔨 use pyexcel-io 0.5.10 please 2018-11-27 07:54:27 +00: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 🐛 fix setup.py where sys is missing 2017-10-20 07:47:46 +01:00
travis.yml 🔥 remove python 3.3 and 2.6 test and adding 3.7-dev 2018-11-26 07:55:41 +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%}