bkerr + django + excel   1

Django snippets: ExcelResponse
"A subclass of HttpResponse which will transform a QuerySet, or sequence of sequences, into either an Excel spreadsheet or CSV file formatted for Excel, depending on the amount of data. All of this is done in-memory and on-the-fly, with no disk writes, thanks to the StringIO library."
python  django  snippet  queryset  export  excel 
november 2008 by bkerr

Copy this bookmark:



description:


tags: