Skip to content

mtomiyoshi/xlsx_streaming

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

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

tests

After having installed the development requirements, just run:

python -m unittest discover

About

Stream data as xlsx

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Python 98.9%
  • Makefile 1.1%