WinGridDocumentExporter If you’re looking for an area that houses all of the overview/task-based information related to the WinGridDocumentExporter™ component, you’ve come to the right place. This section contains valuable information about WinGridDocumentExporter, ranging from what the component does and why you ...
Exporting DropDown List To Excel Topic Overview Purpose This topic provides an overview about exporting the WinGrid™ control ’s drop-down list to excel, where any column with a value list will have a drop-down capability in excel containing list of values as in the grid. Required background The following topics ar...
About WinGridExcelExporter This topic gives a general overview of the Excel exporting process and the elements involved. For step-by-step instructions on how to export Excel data, see the Export Grid Data to Excel topic in the help. With this release, the WinGrid™ gains the ability to export data in Microsoft Exce...
API Overview This section lists each namespace that is relevant to the control. We also give you several key classes that you will be using while programming with this control. The namespaces and classes on this page link directly into our API documentation. ExcelExporter Namespace: Infragistics.Win.UltraWinGrid.E...
Export Grid Data to Excel The WinGrid™ control can export data in Microsoft Excel spreadsheet format. Use the WinGridExcelExporter™ to accomplish this. Exporting to Excel format is a process similar to printing grid data, in that you have control over how Layouts and Appearances are applied to the data before expo...
Export WinGrid Asynchronously The WinGridExcelExporter™ component enables you to asynchronously export your entire WinGrid™ directly into a Microsoft Excel file. You do this by calling the ExportAsync method of the UltraGridExcelExporter object. Introduction Asynchronous exporting, as opposed to synchronous, allow...
Exporting Formulas to Excel Before You Begin The WinGridExcelExporter™ has the ability to export data from WinGrid™ to Microsoft® Excel® file format. Considering a Grid that has an unbound WinCalcManager™ calculated column, you might want the Grid formula to be translated into an actual Excel function in the creat...
Exporting to xlsx format (Using CLR 3.5) The Export method of the WinGridExcelExporter™ component accepts the WorkBookFormat parameter which defines the format type as Excel2007 or Excel97To2003. For more information on project dependencies and references when exporting to the xlsx format, please review the topic ...
WinGridExcelExporter Resource Strings Reference You can quickly and easily modify any resource string value that is displayed to a user by a control/component. Resource strings include items such as dialog box captions, warning messages, alerts, etc. The following table lists the names of the resource strings that...
Transposing Rows and Columns using WinGrid Excel Exporter Before You Begin The WinGridExcelExporter™ has the ability to export data from WinGrid™ to Microsoft® Excel® file format. By default, the Excel file’s layout has the standard horizontal rows and vertical column representation of data. However you may someti...