Skip to content

Instantly share code, notes, and snippets.

@samarism
samarism / py.py
Last active February 4, 2020 14:49
class XLSRenderer(renderers.BaseRenderer):
# https://blogs.msdn.microsoft.com/vsofficedeveloper/2008/05/08/office-2007-file-format-mime-types-for-http-content-streaming-2/
media_type = 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet'
format = 'xlsx'
charset = None
render_style = 'binary'
def render(self, data, accepted_media_type=None, renderer_context=None):