Skip to content

fagan2888/xlsx_streaming

 
 

Repository files navigation

xlsx_streaming

image

image

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

Packages

No packages published

Languages

  • Python 99.3%
  • Makefile 0.7%