Overview
The goal of the GEET SDK is to provide you with a set of samples you can utilize,
modify to learn using the Gridview to Excel Export Tool.
Demo Site Installation Requirements
To install and run this Demo site you need:
- Windows XP or Windows VISTA or Windows 2003 Server or Windows 2008 Server
- .Net Framework 2.0
- Microsoft Sql Server (any version)
- Microsoft "AdventureWorks" demo database
How to install the Demo Site
The Demo Site is installed on your computer at the same time as the installation
of the Gridview to Excel Export Tool. Click
here to download and install it or look into C:\Program Files\CefalĂ Ing.
Ettore\GridviewExcelExportTool\1.3.2\GEETDemoSite folder to verify the Demo Site
files existence.
How to start the Demo Site
To start the Demo Site on your computer please follow these instructions.
How to build you first Site capable to export data to Excel
To build your first Site capable to export data to Excel please follow these instructions.
Please, always remember that...
- first step to use this tool is creating a reference to the Gridviewto Excel Export
Tool. To achieve this you should modify the web.config file as described here
- in any new web form, which uses this tool, you should import the "GEETMultisheet"
namespace (in.V.B."Imports GEETMultisheet"; in C# "Using GEETMultisheet")
- in any new web form, which uses this tool, you should set the ASYNC property of
the document to "true" (see
here).
- in any new web form, which uses this tool, you should override the VerifyRenderingInServerForm
subroutine (see here)