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.
|
| ExcelBottomLines |
Use this class to add lines at the bottom of the sheet
|
| ExcelColumn |
This Class defines a single Excel Column.
|
| ExcelColumns |
This Class defines the columns' List the Excel Sheet is made of.
|
| ExcelOutputFormat |
Specify whether you want an XML output (Excel 2003) or and XLSX output (Excel 2007)
|
| Remarks: | XLSX is usually smaller than XML output and can contain more than 64k rows. |
| ExcelOutputType |
Get the output type of your Excel Export.
|
| Remarks: | The setting of this property depends on the constructor you choose when instantiate the GEETStandard class. |
| ExcelSheet |
This Class defines an Excel Sheet.
|
| ExcelWorkbookDefinition |
This Class defines the Excel Workbook
|
| Remarks: | A workbook may contain one or more Excel Sheets. |
| ExportAction |
Use this class to define each action you want the GEETStandard class to perform.
|
| ExportActions |
This Class allows you to define 1 or more export types for your Excel Export. For instance you may want to Response the file and conteporarely to write it to a folder, or
you may want to send it to a list of email recipients. Use this class to define the list of actions you want the "execute" method of the GEETStandard class to perform.
|
| 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.
|
| Remarks: | The use of this Class is deprecated. Use GEETStandard class instead. |
| 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.
|
| Remarks: | The use of this Class is deprecated. Use GEETStandard class instead. |
| 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. |