New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

xlsx-streaming

Package Overview
Dependencies
Maintainers
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xlsx-streaming

Export your data as an xlsx stream

  • 2.0.0
  • PyPI
  • Socket score

Maintainers
4

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/

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc