Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Polyconseil/xlsx_streaming

Stream data as xlsx
https://github.com/Polyconseil/xlsx_streaming

Last synced: 3 months ago
JSON representation

Stream data as xlsx

Awesome Lists containing this project

README

        

xlsx_streaming
================

.. image:: https://badge.fury.io/py/xlsx_streaming.svg
:target: http://badge.fury.io/py/xlsx_streaming
.. image:: https://travis-ci.org/Polyconseil/xlsx_streaming.svg?branch=master
:target: https://travis-ci.org/Polyconseil/xlsx_streaming

``xlsx_streaming`` library lets you stream data from your database to an xlsx document. The xlsx document can hence be streamed over HTTP without the need to store it in memory on the server. Database queries are made by batch, making it safe to export even very large tables.

The full documentation can be found on readthedocs_.

Bug reports, patches and suggestions welcome! Just open an issue_ or send a `pull request`_.

Running the tests
-----------------

As simple as::

python setup.py test

.. _readthedocs: http://xlsx-streaming.readthedocs.io/en/latest/
.. _issue: https://github.com/Polyconseil/xlsx_streaming/issues/new
.. _pull request: https://github.com/Polyconseil/xlsx_streaming/compare/