Hi,
All examples, forums and online docs discuss calling GridViewSpreadExport's RunExport method on every iteration of a loop when exporting multiple RadGridViews.
This is costly as the Excel document is opened, written to and saved on every iteration.
Is there a way of avoiding having to call RunExport on every iteration?
Ideally, you'd want to setup multiple Excel sheets from RadgRidViews in memory and then issue the RunExport command outside of the loop.
Is there a mechanism to achieve this, either with GridViewSpreadExport / SpreadExportRenderer or other...?
Thanks