SerializeToCSV - How to include footer?

I am using grid.serializeToCSV(true); to serialize the data in my grid to CSV. I have added a multi-line footer to my grid using grid.attachFooter(…).



The header and data is included in the CSV, but the footer is not. Is there a way to include the footer in the resulting CSV?



Thanks.

Extra lines of header and footer ( created through attachHeader and attachFooter ) not included in serialization, there is no way to change such behavior.