| Workbook Class | 
Namespace: Aceoffix.ExcelReader
The Workbook type exposes the following members.
| Name | Description | |
|---|---|---|
| Close | 
            Closes the Workbook object and returns a success message for saving.
              | |
| GetFormField | 
            Gets the value of the Form field specified in the page with AceoffixCtrl.
              | |
| OpenSheet | 
            Opens the specified worksheet and returns a Sheet object.  
              | |
| ShowPage | 
            Pops up a custom dialog box in browser to show the saving result in HTML format.
              | 
| Name | Description | |
|---|---|---|
| CustomSaveResult | 
            Sets the custom saving result defined by developer.
              | |
| Sheets | 
            Gets the Sheet collection submitted by AceoffixCtrl.
              | 
Workbook is an important class. Workbook object contains the data submitted by AceoffixCtrl. If you need to extract data from Excel spreadsheet, you have to create Workbook object.
Aceoffix.ExcelReader.Workbook object can only be created in the page specified in the SaveDataPage.  |