Hi, one dirty way of getting the same result => to open the rows in excel : would be to 1/ generate a normal html table 2/ end the filename with .xls as extension
that would make usage of excel's ability to read xhtml data without going thru StringIO khalil

