debian-python-pyexcel-io/.moban.d
chfw 56fa0ace8c 🤝 sync with pyexcel-commons 2017-09-28 23:16:54 +01:00
..
docs/source 🤝 sync with pyexcel-commons 2017-09-28 23:16:54 +01:00
tests remove duplicated information scattered acros pyexcel components 2016-01-26 22:48:20 +00:00
README.rst update doc 2016-08-31 16:08:57 +01:00
setup.py 📚 update documentations 2017-08-20 01:27:35 +01:00

README.rst

{%extends "BASIC-README.rst.jj2"%}

{%block features%}

**{{name}}** provides **one** application programming interface(API) to read
and write the data in excel format, import the data into and export the data
from database. It provides support for csv(z) format, django database and
sqlalchemy supported databases. Its supported file formats are extended to cover
"xls", "xlsx", "ods" by the following extensions:

{% include "io-plugins-list.rst.jj2" %}

If you need to manipulate the data, you might do it yourself or use its brother
library `pyexcel <https://github.com/pyexcel/pyexcel>`__ .

If you would like to extend it, you may use it to write your own
extension to handle a specific file format.

{%endblock%}