| Namespace | GEETMultiSheet |
|
Class/Module Name
|
| GEETFunctions |
GEETFunctions module contains a set of functions which are used by the GEET Classes
|
|
Functions
|
| CloneDataView(System.Data.DataView,System.String,System.String) |
Provides a new DataView from an input DataView which a rowFilterand a sort are applied.
|
| ExportGridViewToHtml(System.Web.UI.WebControls.GridView,System.Web.HttpResponse) |
This Sub allows you to immediately render the content of a Gridview.
|
| LoadColumnListFromSQLDatareader(System.Data.SqlClient.SqlDataReader,System.Boolean,System.Boolean) |
Use this function to feed ExcelColumns Collection from a SqlDataReader.
|
| LoadColumnsListFromDataview(System.Data.DataView,System.Boolean,System.Boolean) |
USe this function to feed the ExcelCOlumns COllection from a Dataview.
|
| LoadColumnsListFromGridview(System.Web.UI.WebControls.GridView) |
Provides a excel Column List definition based on a Gridview
|
| LoadColumnsListFromSQLDatasource(System.Web.UI.WebControls.SqlDataSource,System.Boolean,System.Boolean) |
Provides an ExcelSheetDefinition based on a SqlDataSource
|
| ResponseXmlFile(System.Web.HttpResponse,System.Xml.XmlDocument,System.String) |
Response th xmlDoc document
|
| SetColorsList(System.Web.UI.WebControls.ListItemCollection) |
Provides a ListItemCollection that can be used to select proper colors for your Excel Sheet.
|
| Underscore(System.String) |
Converts ".,;\/ -:" characters into underscores.
|