How do I export multiple GridViews to multiple worksheets in a single Excel workbook?
3 Answers, 1 is accepted
0
Ivan Ivanov
Telerik team
answered on 07 Nov 2011, 04:54 PM
Hi Doug Simpson,
In order to achieve this you will have to utilize the ExcelML format, as it is the only one that support seperate worksheets. You may try exporting the second RadGridView in a MemoryStream and then insert the output in the filestream. However, you will have to put it in a seperate <Worksheet> tag. Please, do not hesitate to ask us for a code example, in case you have encountered any obstacles, while implementing this.
Regards,
Ivan Ivanov
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>