All Projects → Polyconseil → xlsx_streaming

Polyconseil / xlsx_streaming

Licence: other
Stream data as xlsx

Programming Languages

python
139335 projects - #7 most used programming language
Makefile
30231 projects

xlsx_streaming

https://travis-ci.org/Polyconseil/xlsx_streaming.svg?branch=master

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].