A generic request and response interface for pyexcel web extensions, providing a bridge between pyexcel and web frameworks like Flask, Django, and Pyramid. Current version 0.1.4 is in maintenance mode with no recent releases.
pip install pyexcel-webioNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Create an Excel response from a list of arrays. Note: pyexcel-webio is meant to be used with web frameworks like Flask. The response object is a Response class that can be returned directly.
Ensure you are using pyexcel-webio within a web framework. For testing, mock the request/response context.
Consider migrating to pyexcel's direct file output if possible, as pyexcel-webio may not receive updates.
Use keyword arguments: make_response_from_array(array, file_type='xlsx')