Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
195
In VB.net Export a Ultrawebgrid to an existing worksheet using the exporter control
posted

I am trying to export a Ultrawebgrid to Excel using the UltrawebGridDocumentExporter.  Is this possible?  I am not trying to do two at the same time.  When my user clicks on the menu item, I check to see if Excel is running,if it isnt I just export the grid.  If it is, I pop up a dialog box.  The box queries the user on whether he wants to export the grid to a new workbook or a new worksheet or cancel.  I need help with the export to a new worksheet in the existing workbook already in Excel.

I am running Infragistics 8.2.20082.1000 and VB.NET in Visual Studio 2008.

thanks,

Travis