| Namespace | GEETMultiSheet |
|
Class/Module Name
|
| 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.
|
|
Constructors |
| #ctor(System.String,System.String,System.Collections.Generic.List{System.String},System.String,System.Web.UI.Page,System.String) |
|
Use this constructor to export data to an Excel 2003 xml file, zip it and send it to a Recipients' List.
|
| #ctor(System.String,System.Web.UI.Page,System.String) |
|
Use this constructor to export data to Excel 2003 xml file and to response it to the user.
|
|
Properties
|
| GEETemailTemplatePhisicalPath |
Set/Get the email Template Phisical path which is used in order to send the export to the EmailRecipients |
| GEETExcel2003TemplatePhisicalPath |
Set/Get the Excel 2003 Template Phisical path which is used. Must be an xml file.
|
| GEETExcelWorkbookDefinition |
Set/Get all Excel Sheet definitions for all Sheets which must be produced.
|
| GEETLog |
This property returns a string variable containing the log of the requested action.
|
| GEETMessage |
Provides a message about the execution result.
|
| GEETOk |
A flag stating whether execution was Ok.
|
| GetInstallationFolder |
returns the Installation Folder of the Gridview to Excel Export Tool
|
|
Methods
|
| Execute |
This method executes the requested action.
|
| NumberFormatElement(System.Xml.XmlDocument,System.Int16,System.Int32,System.Boolean,System.Boolean) |
Creates a NumberFormatElement
|