debian-python-pyexcel-xls/.moban.d
chfw 072d698719 downgrade the requirement on setuptools, related to https://github.com/pyexcel/pyexcel-xlsx/issues/9, https://github.com/pyexcel/pyexcel/issues/58 2016-08-31 08:36:47 +01:00
..
tests adding pyexcel as test dependency 2016-01-23 23:37:55 +00:00
README.rst align readme file 2016-05-23 23:40:31 +01:00
requirements.txt remove duplicated information 2016-01-23 23:13:21 +00:00
setup.py downgrade the requirement on setuptools, related to https://github.com/pyexcel/pyexcel-xlsx/issues/9, https://github.com/pyexcel/pyexcel/issues/58 2016-08-31 08:36:47 +01:00
travis.yml fix travis build problem by transferring pre-installing to rnd_requirements.txt 2016-05-14 23:43:34 +01:00

README.rst

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

{%block description%}
**pyexcel-{{file_type}}** is a tiny wrapper library to read, manipulate and write data in {{file_type}} format and it can read xlsx and xlsm fromat. You are likely to use it with `pyexcel <https://github.com/pyexcel/pyexcel>`_.
{%endblock%}

{%block extras %}
Known Issues
=============

* If a zero was typed in a DATE formatted field in xls, you will get "01/01/1900".
* If a zero was typed in a TIME formatted field in xls, you will get "00:00:00".
{%endblock%}