Export header/footer to CSV- not only cells

I need to convert xls(x) files to CSV formatted files and for this I'm using the Workbook.save(..,..,..) method. This method only export the cells but I'm curious if its possible to also export other information such as headers/footers, comments, etc with this method? Or must I use a different approach if I want that information too?

I'm using Aspose.Cells for Java version 2.2.1.0

Hi,

Thanks for your interest in Aspose.Cells.

I think, csv format does not support headers/footers, comments. Anyway, I will check it and let you know.