Converting a gridview to an excel workbook with multiple sheets

Is it possible to convert a gridview to an excel workbook with multiple sheets (each sheet being a different set of columns)?

Hi,

Thanks for considering Aspose.

Are you talking about data grid / data view or something else? Well, you can easily import datagrid, dataview, datatable, datarow objects etc to the sheets of an excel workbook using Cells.ImportDataGrid(), Cells.ImportDataView(), Cells.ImportDataTable(), Cells.ImportDataRow() methods

Could you give us more detail and explain more about your need, so that we may answer properly.

Thank you.