Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/Polyconseil/xlsx_streaming
- Owner: Polyconseil
- License: other
- Created: 2015-12-12T23:11:09.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-01-15T14:32:16.000Z (10 months ago)
- Last Synced: 2024-07-31T15:41:30.106Z (3 months ago)
- Language: Python
- Homepage: https://xlsx-streaming.readthedocs.io/en/latest/
- Size: 85 KB
- Stars: 20
- Watchers: 32
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- License: LICENSE
Awesome Lists containing this project
- starred-awesome - xlsx_streaming - Stream data as xlsx (Python)
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/