Next table lists classes and modules which constitute the "Gridview To Excel Export Tool"
| Namespace |
GEETMultiSheet
|
|
Class/Module Name
|
Summary
|
| ColumnFunctions |
Enumerates the possible Column Functions for a Summary Line cell.
|
| ColumnTypes |
Enumerates the possible ColumnTypes of an Excel Column.
|
| ExcelColumn |
This Class defines a single Excel Column.
|
| ExcelColumns |
This Class defines the columns' List the Excel Sheet is made of.
|
| ExcelSheet |
This Class defines an Excel Sheet.
|
| ExcelWorkbookDefinition |
This Class defines the Excel Workbook
|
| Remarks: | A workbook may contain one or more Excel Sheets. |
| GEET2003 |
GEET2003 Class performs Export to XML Excel 2003 format. Depending on the constructor, this class can either render immediately the Excel workbook to the user or send it as an attachment of an email message.
|
| GEET2007 |
GEET2007 Class performs Export to XLSX Excel 2007 format. Depending on the constructor, this class can either render immediately the Excel workbook to the user or send it as an attachment of an email message.
|
| GEETEasyResponse2003 |
GEETEasyResponse2003 Class provides the easiest way to export data to an Excel 2007 single sheet xml file.
|
| GEETEasyResponse2007 |
GEETEasyResponse2007 Class provides the easiest way to export data to an Excel 2007 single sheet xlsx file.
|
| GEETFunctions |
GEETFunctions module contains a set of functions which are used by the GEET Classes
|
| RowFunctions |
Enumerates the possible Row Functions for a computed column.
|
| Style |
This Class defines the style.
|
| SummaryLinePosition |
Enumerates the possible Summary Line Positions.
|
| Remarks: | When Up is selected the summary line will be placed between the Header and Column Headers; when Down is selected Summary Line will be placed at bottom of the Excel Columns but before the Bottom Lines. |